diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b27e7..9f478f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.12.4](https://github.com/team-alembic/ash_authentication/compare/v3.12.3...v3.12.4) (2024-03-11) + + + + +### Improvements: + +* infer `api` from a resource + ## [v3.12.3](https://github.com/team-alembic/ash_authentication/compare/v3.12.2...v3.12.3) (2024-02-20) diff --git a/README.md b/README.md index 71e731a..e65bbcb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.12.3"} + {:ash_authentication, "~> 3.12.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 23fa0d3..4b21848 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.12.3" + @version "3.12.4" def project do [