chore: release version v2.0.2

This commit is contained in:
James Harton 2024-08-05 15:47:47 +12:00
parent 1b9575478b
commit 112b86d30c
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[