From b05fd21e3f2daf3a8d1bdcacaa217df7331eb61e Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 15 Jan 2025 23:01:18 -0500 Subject: [PATCH] chore: release version v4.4.0 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df442ef..2b81bb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.4.0](https://github.com/team-alembic/ash_authentication/compare/v4.3.12...v4.4.0) (2025-01-16) + + + + +### Features: + +* add email sender igniters for swoosh (#835) + +### Bug Fixes: + +* properly parse multiple authentication strategies + ## [v4.3.12](https://github.com/team-alembic/ash_authentication/compare/v4.3.11...v4.3.12) (2025-01-14) diff --git a/mix.exs b/mix.exs index 0c130cf7..bc9333dd 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.3.12" + @version "4.4.0" def project do [