diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fdc532..d7b27e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.12.3](https://github.com/team-alembic/ash_authentication/compare/v3.12.2...v3.12.3) (2024-02-20) + + + + ## [v3.12.2](https://github.com/team-alembic/ash_authentication/compare/v3.12.1...v3.12.2) (2024-01-30) diff --git a/README.md b/README.md index 031d4fce..71e731ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.12.2"} + {:ash_authentication, "~> 3.12.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 7ca216c3..9b47955e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.12.2" + @version "3.12.3" def project do [