Skip to content

Commit

Permalink
chore: release version v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Aug 5, 2024
1 parent 1b95754 commit 112b86d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 112b86d

Please sign in to comment.