diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da3d2a..046d7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.12.0](https://github.com/team-alembic/ash_authentication/compare/v3.11.16...v3.12.0) (2023-11-21) + + + + +### Features: + +* Add Google strategy (#474) + +* Add Google strategy + +### Bug Fixes: + +* include Google strategy cheat sheet + +* Add documentation grouping for Google strategy + +### Improvements: + +* Change redirect_uri secret to be more flexible (#473) + ## [v3.11.16](https://github.com/team-alembic/ash_authentication/compare/v3.11.15...v3.11.16) (2023-10-25) diff --git a/README.md b/README.md index 0c39ce6..f4dc95d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.16"} + {:ash_authentication, "~> 3.12.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 4434dcc..74f8dbb 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.16" + @version "3.12.0" def project do [