chore: release version v4.0.0-rc.3

This commit is contained in:
James Harton 2024-04-09 10:05:54 +12:00
parent 8a5585f809
commit a5f3f244ae
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v4.0.0-rc.3](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.2...v4.0.0-rc.3) (2024-04-08)
### Bug Fixes:
* Confirmation: Only allow the confirmation token to be used once. (#623)
## [v4.0.0-rc.2](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2024-04-02)
### Breaking Changes:

View file

@ -18,7 +18,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_authentication, "~> 4.0.0-rc.2"}
{:ash_authentication, "~> 4.0.0-rc.3"}
]
end
```

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do
@moduledoc false
use Mix.Project
@version "4.0.0-rc.2"
@version "4.0.0-rc.3"
def project do
[