From 0f9278c04a7265ab73cb2a43ce9eb85e51ef454f Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 22 Nov 2023 11:03:39 +1300 Subject: [PATCH] chore: release version v3.12.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da3d2a5..046d7f2e 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 0c39ce67..f4dc95d6 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 4434dccd..74f8dbbc 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 [