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 [