chore: release version v4.0.0-rc.0

This commit is contained in:
James Harton 2024-03-28 15:06:20 +13:00
parent ea3ff3b00e
commit 04d008fb61
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v4.0.0-rc.0](https://github.com/team-alembic/ash_authentication/compare/v3.12.4...v4.0.0-rc.0) (2024-03-28)
### Breaking Changes:
* Update to support Ash 3.0. (#599)
### Bug Fixes:
* Jwt: Ignore pre-release versions verifying token versions.
## [v3.12.4](https://github.com/team-alembic/ash_authentication/compare/v3.12.3...v3.12.4) (2024-03-11) ## [v3.12.4](https://github.com/team-alembic/ash_authentication/compare/v3.12.3...v3.12.4) (2024-03-11)

View file

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

View file

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