chore: release version v3.12.3

This commit is contained in:
James Harton 2024-02-21 10:03:54 +13:00
parent 5cec404ea1
commit 30fd2ca74a
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v3.12.3](https://github.com/team-alembic/ash_authentication/compare/v3.12.2...v3.12.3) (2024-02-20)
## [v3.12.2](https://github.com/team-alembic/ash_authentication/compare/v3.12.1...v3.12.2) (2024-01-30)

View file

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

View file

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