From 96b9db2aee8e8c8f1da0dae88da2510623ac7aa2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 20 Dec 2024 11:53:40 -0500 Subject: [PATCH] chore: release version v4.3.6 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7198551b..ea283e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.3.6](https://github.com/team-alembic/ash_authentication/compare/v4.3.5...v4.3.6) (2024-12-20) + + + + +### Improvements: + +* make igniter optional + +* store all tokens by default in generators + ## [v4.3.5](https://github.com/team-alembic/ash_authentication/compare/v4.3.4...v4.3.5) (2024-12-12) diff --git a/mix.exs b/mix.exs index 3b4cf3a4..66763edc 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.3.5" + @version "4.3.6" def project do [