chore: release version v4.0.0-rc.4

This commit is contained in:
James Harton 2024-04-09 15:48:44 +12:00
parent 59918e49a4
commit 2da79ce1d3
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.4](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.3...v4.0.0-rc.4) (2024-04-09)
### Improvements:
* Use `Ash` functions instead of generated domain functions.
## [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)

View file

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

View file

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