Skip to content

Commit

Permalink
chore: release version v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 15, 2024
1 parent 69b7fba commit bc48868
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 -->

## [v4.2.2](https://github.com/team-alembic/ash_authentication/compare/v4.2.1...v4.2.2) (2024-10-15)




### Improvements:

* support registration via magic link (#796)

* support registration via magic link

* prevent account takeover hijacking by protecting against upserts against unconfirmed records

* add confirmation add on when identity_field is email

* implement our own identity checking instead of relying on eager_check

## [v4.2.1](https://github.com/team-alembic/ash_authentication/compare/v4.2.0...v4.2.1) (2024-10-14)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do
Authentication extension for the Ash Framework.
"""

@version "4.2.1"
@version "4.2.2"

def project do
[
Expand Down

0 comments on commit bc48868

Please sign in to comment.