chore: release version v1.8.6

This commit is contained in:
github-actions 2023-10-25 21:43:28 +00:00
parent b5bd8b9271
commit 9f5bc75412
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 --> <!-- changelog -->
## [v1.8.6](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.5...v1.8.6) (2023-10-25)
### Bug Fixes:
* incorrect introspection target in password strategy. (#317)
## [v1.8.5](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.4...v1.8.5) (2023-10-06) ## [v1.8.5](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.4...v1.8.5) (2023-10-06)

View file

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