chore: release version v4.0.0-rc.1

This commit is contained in:
James Harton 2024-04-02 09:23:55 +13:00
parent de9ef14b2e
commit 4084a2ce5c
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.1](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2024-04-01)
### Improvements:
* re-integrate ash_graphql and ash_json_api RCs.
## [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:

View file

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

View file

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