Skip to content

Commit

Permalink
chore: release version v2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 11, 2025
1 parent 64d389d commit 78a8c31
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.4.7](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.4.6...v2.4.7) (2025-02-11)




### Bug Fixes:

* Use correct task name for route helper alias

* Add strategy name to reset form IDs. (#577)

### Improvements:

* call gettext fn on errors (#573)

* call gettext fn on errors

## [v2.4.6](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.4.5...v2.4.6) (2025-01-27)


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.4.6"
@version "2.4.7"

def project do
[
Expand Down

0 comments on commit 78a8c31

Please sign in to comment.