chore: release version v1.9.2

This commit is contained in:
github-actions 2024-02-02 02:33:24 +00:00
parent 0fb9dae4e9
commit 2c3a12afa7
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 -->
## [v1.9.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.1...v1.9.2) (2024-02-02)
### Bug Fixes:
* Ensure that `sign_in_route` and `reset_route` correctly initialise session. (#369)
## [v1.9.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.0...v1.9.1) (2024-01-21)

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
@moduledoc false
use Mix.Project
@version "1.9.1"
@version "1.9.2"
def project do
[