chore: release version v4.0.0-rc.2

This commit is contained in:
Zach Daniel 2024-04-02 12:42:11 -04:00
parent 856eee1f9e
commit 6398deb268
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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:
* Update to support Ash 3.0. (#599)
### Bug Fixes:
* allow future versions of ash rc
* Jwt: Ignore pre-release versions verifying token versions.
### Improvements:
* re-integrate ash_graphql and ash_json_api RCs.
## [v4.0.0-rc.1](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2024-04-01)

View file

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

View file

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