Skip to content

Commit c93320d

Browse files
committed
chore: release version v2.13.1
1 parent c0542a1 commit c93320d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v2.13.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.13.0...v2.13.1) (2025-12-12)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* only show remember_me checkbox when strategy is configured (#695) by [@jimsynz](https://github.com/jimsynz) [(#695)](https://github.com/team-alembic/ash_authentication_phoenix/pull/695)
22+
1423
## [v2.13.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.12.2...v2.13.0) (2025-12-12)
1524

1625

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
66
@moduledoc false
77
use Mix.Project
88

9-
@version "2.13.0"
9+
@version "2.13.1"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)