File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v2.0.2] ( https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.1...v2.0.2 ) (2024-08-05)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * use any overridden value, including ` nil ` or ` false ` (#476 )
16+
17+ * set tenant in sign_in and reset_route (#478 )
18+
19+ ### Improvements:
20+
21+ * Added overrides for identity (email) and password fields. (#477 )
22+
823## [ v2.0.1] ( https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.0...v2.0.1 ) (2024-07-10)
924
1025
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
22 @ moduledoc false
33 use Mix.Project
44
5- @ version "2.0.1 "
5+ @ version "2.0.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments