From 30fd2ca74a2716bd7d00b9aaf931c634ef2370e8 Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 21 Feb 2024 10:03:54 +1300 Subject: [PATCH] chore: release version v3.12.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fdc53..d7b27e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 031d4fc..71e731a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.12.2"} + {:ash_authentication, "~> 3.12.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 7ca216c..9b47955 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.12.2" + @version "3.12.3" def project do [