chore: release version v4.0.2

This commit is contained in:
James Harton 2024-08-05 15:36:08 +12:00
parent a8d98ac40b
commit 2618f8a0b1
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 24 additions and 1 deletions

View file

@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v4.0.2](https://github.com/team-alembic/ash_authentication/compare/v4.0.1...v4.0.2) (2024-08-05)
### Bug Fixes:
* only pass the "token" parameter to reset with token action (#748)
* handle case where `action.accept` is `nil`
### Improvements:
* validate that tokens are enabled when password resets are enabled. (#758)
* compile-time check to make sure that the configured `token_resource` is an Ash.Resource (#749)
* Tokens: improved compile-time validation of the token_resource option of the tokens DSL by checking that the passed value is an Ash.Resource.
* Tokens: removed unnecessary stuff from the test file.
* Tokens: fixed credo warning and changed some things after PR feedback
## [v4.0.1](https://github.com/team-alembic/ash_authentication/compare/v4.0.0...v4.0.1) (2024-06-11)

View file

@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do
Authentication extension for the Ash Framework.
"""
@version "4.0.1"
@version "4.0.2"
def project do
[