From 79153b64fd9240d6ea16611f97170d0ef7617246 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 31 Dec 2024 14:06:43 -0500 Subject: [PATCH] chore: release version v4.3.9 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef6947c..6a7de402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.3.9](https://github.com/team-alembic/ash_authentication/compare/v4.3.8...v4.3.9) (2024-12-31) + + + + +### Bug Fixes: + +* move change_password action to password strategy setup + ## [v4.3.8](https://github.com/team-alembic/ash_authentication/compare/v4.3.7...v4.3.8) (2024-12-31) diff --git a/mix.exs b/mix.exs index 6dc96bd5..f3e9c09a 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.3.8" + @version "4.3.9" def project do [