diff --git a/CHANGELOG.md b/CHANGELOG.md index 299a275..a572d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.3.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.2.1...v2.3.0) (2024-11-26) + + + + +### Features: + +* Add override for identity input placeholder (#538) + +* Add action-specific flash messages to the generated AuthController (#532) + +### Bug Fixes: + +* handle tenant-specific query in Password Reset Form handle_event/3 (#537) + +* Apply overrides to password reset update form (#529) + ## [v2.2.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.2.0...v2.2.1) (2024-11-13) diff --git a/mix.exs b/mix.exs index abe205c..34d7922 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "2.2.1" + @version "2.3.0" def project do [