chore: release version v2.1.1

This commit is contained in:
Zach Daniel 2024-09-03 10:17:30 -04:00
parent 669e696b94
commit 67ef2b23f6
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[