From 21e5417c7ed5d466f19e7b3208c3f60578d38b2e Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 2 Sep 2024 09:37:18 +1200 Subject: [PATCH] chore: release version v2.1.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc730a..fe25783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,41 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.2...v2.1.0) (2024-09-01) + + + + +### Features: + +* Dynamic Router + compile time dependency fixes (#487) + +### Bug Fixes: + +* check strategy module instead of name + +* ensure path params are processed on strategy router + +* Re-link form labels and form inputs on Password strategy forms (#494) + +* Restore linkage between form inputs and form fields on Password strategy form + +* Use separate override labels for Password and Password Confirmation fields + +* only scope reset/register paths if they are set + +* Ensure session respects router scope when using sign_in_route helper (#490) + +### Improvements: + +* add button for the Apple strategy (#482) + +* add apple component + +* pass context down to all actions + +* create a new dynamic router, and avoid other compile time dependencies + ## [v2.0.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.1...v2.0.2) (2024-08-05) diff --git a/mix.exs b/mix.exs index f501989..6db1e2d 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "2.0.2" + @version "2.1.0" def project do [