chore: release version v3.12.0

This commit is contained in:
James Harton 2023-11-22 11:03:39 +13:00
parent 7319d29442
commit 0f9278c04a
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 23 additions and 2 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -18,7 +18,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_authentication, "~> 3.11.16"}
{:ash_authentication, "~> 3.12.0"}
]
end
```

View file

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