Skip to content

Commit

Permalink
chore: release version v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 26, 2024
1 parent 16a53bf commit ef7f849
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


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.2.1"
@version "2.3.0"

def project do
[
Expand Down

0 comments on commit ef7f849

Please sign in to comment.