Skip to content

Commit

Permalink
chore: release version v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 12, 2024
1 parent bd466ef commit 9cce641
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.3.5](https://github.com/team-alembic/ash_authentication/compare/v4.3.4...v4.3.5) (2024-12-12)




### Bug Fixes:

* ensure that `auto_confirm_actions` does not override

* include tenant when checking identity conflicts

* handle tokens without a primary key encoded in sub, using `identity`

### Improvements:

* allow setting identity field to allow nil with password

## [v4.3.4](https://github.com/team-alembic/ash_authentication/compare/v4.3.3...v4.3.4) (2024-12-02)


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.3.4"
@version "4.3.5"

def project do
[
Expand Down

0 comments on commit 9cce641

Please sign in to comment.