diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd207..d0455ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.7.0](https://github.com/team-alembic/ash_authentication/compare/v3.6.1...v3.7.0) (2023-01-18) + + + + +### Features: + +* PasswordValidation: Add a validation which can check a password. (#144) + ## [v3.6.1](https://github.com/team-alembic/ash_authentication/compare/v3.6.0...v3.6.1) (2023-01-15) diff --git a/README.md b/README.md index da5566d..e23ce99 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.6.1"} + {:ash_authentication, "~> 3.7.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 8460f8d..75541ac 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.6.1" + @version "3.7.0" def project do [