diff --git a/CHANGELOG.md b/CHANGELOG.md index 046d7f2e..c5824907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.12.1](https://github.com/team-alembic/ash_authentication/compare/v3.12.0...v3.12.1) (2024-01-25) + + + + +### Improvements: + +* support atom keys for uid in addition to strings (#556) + ## [v3.12.0](https://github.com/team-alembic/ash_authentication/compare/v3.11.16...v3.12.0) (2023-11-21) diff --git a/README.md b/README.md index f4dc95d6..2ef73547 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.12.0"} + {:ash_authentication, "~> 3.12.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 9d8de61f..9f4f9001 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.12.0" + @version "3.12.1" def project do [