diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e837b..6dc730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.1...v2.0.2) (2024-08-05) + + + + +### Bug Fixes: + +* use any overridden value, including `nil` or `false` (#476) + +* set tenant in sign_in and reset_route (#478) + +### Improvements: + +* Added overrides for identity (email) and password fields. (#477) + ## [v2.0.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.0...v2.0.1) (2024-07-10) diff --git a/mix.exs b/mix.exs index e58620a..78c730a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "2.0.1" + @version "2.0.2" def project do [