From 285f047dd4ec967106dd0224684959ce9579191a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 14 Oct 2024 17:35:06 -0400 Subject: [PATCH] chore: release version v4.2.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c7948..809dd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.2.1](https://github.com/team-alembic/ash_authentication/compare/v4.2.0...v4.2.1) (2024-10-14) + + + + +### Improvements: + +* update igniter + ## [v4.2.0](https://github.com/team-alembic/ash_authentication/compare/v4.1.0...v4.2.0) (2024-10-07) diff --git a/mix.exs b/mix.exs index 0918ab5..1cfabbd 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.2.0" + @version "4.2.1" def project do [