diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a57ea..4fa207a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.7.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.6.6...v1.7.0) (2023-04-06) + + + + +### Features: + +* support new sign in tokens feature on password strategy (#176) + ## [v1.6.6](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.6.5...v1.6.6) (2023-03-31) diff --git a/mix.exs b/mix.exs index cbe2364..893f04b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.6.6" + @version "1.7.0" def project do [