diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f556b..f32fbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 69718d1..4f7b3b0 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 97d377b..cb87728 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [