From d2cb3445abf2d069c90b5005f454a0ed65ab904a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Mar 2024 01:58:51 +0000 Subject: [PATCH] chore: release version v1.9.4 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c55ab..36f853c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.9.4](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.3...v1.9.4) (2024-03-06) + + + + +### Bug Fixes: + +* Fix typos in override class names + ## [v1.9.3](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.2...v1.9.3) (2024-03-05) diff --git a/mix.exs b/mix.exs index 5273223..b5f966e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.9.3" + @version "1.9.4" def project do [