From cc3aa410eaef2cff47b712199555cd815c5b18ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Jun 2023 00:35:57 +0000 Subject: [PATCH] chore: release version v3.11.4 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- .../tutorials/getting-started-with-authentication.md | 2 +- mix.exs | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9420f..66b4578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.11.4](https://github.com/team-alembic/ash_authentication/compare/v3.11.3...v3.11.4) (2023-06-15) + + + + +### Bug Fixes: + +* primary keys are implicitly uniquely constrained. (#333) + ## [v3.11.3](https://github.com/team-alembic/ash_authentication/compare/v3.11.2...v3.11.3) (2023-05-31) diff --git a/README.md b/README.md index 41f61bb..276dc4d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.3"} + {:ash_authentication, "~> 3.11.4"} ] end ``` diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index d89eced..0294917 100644 --- a/documentation/tutorials/getting-started-with-authentication.md +++ b/documentation/tutorials/getting-started-with-authentication.md @@ -15,7 +15,7 @@ Bring in the `ash_authentication` dependency: defp deps() [ # ... - {:ash_authentication, "~> 3.11.3"} + {:ash_authentication, "~> 3.11.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 0395b4f..80510ce 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.3" + @version "3.11.4" def project do [