chore: release version v2.0.0-rc.2

This commit is contained in:
Zach Daniel 2024-04-13 17:58:51 -04:00
parent 7d74d73e5e
commit a295317ab7
2 changed files with 10 additions and 1 deletions

View file

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

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
@moduledoc false @moduledoc false
use Mix.Project use Mix.Project
@version "2.0.0-rc.1" @version "2.0.0-rc.2"
def project do def project do
[ [