From bb7c7e3a715f9f4f89aaf11e566549046bd3910e Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 13 Nov 2024 16:51:54 +1300 Subject: [PATCH] chore: release version v4.3.2 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8cb129..57c717c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.3.2](https://github.com/team-alembic/ash_authentication/compare/v4.3.1...v4.3.2) (2024-11-13) + + + + +### Bug Fixes: + +* The documentation says that we ignore sender returns, so we need to ignore them. (#838) + ## [v4.3.1](https://github.com/team-alembic/ash_authentication/compare/v4.3.0...v4.3.1) (2024-11-12) diff --git a/mix.exs b/mix.exs index de3729ff..9b41a605 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.3.1" + @version "4.3.2" def project do [