From 67ef2b23f6299cb3a672e32a23bfccc06e1ddd3d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 3 Sep 2024 10:17:30 -0400 Subject: [PATCH] chore: release version v2.1.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe25783..6ccf38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.1.0...v2.1.1) (2024-09-03) + + + + +### Bug Fixes: + +* ensure that params are sent when using route helpers + ## [v2.1.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.2...v2.1.0) (2024-09-01) diff --git a/mix.exs b/mix.exs index 6db1e2d..b03805f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "2.1.0" + @version "2.1.1" def project do [