diff --git a/CHANGELOG.md b/CHANGELOG.md index f21a977..95ba644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.0-rc.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-04-13) + + + + +### Bug Fixes: + +* show password strategy message if `field` is `nil` + ## [v2.0.0-rc.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-04-02) ### Breaking Changes: diff --git a/mix.exs b/mix.exs index fa5d17b..3fed3b7 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "2.0.0-rc.1" + @version "2.0.0-rc.2" def project do [