From 706f384a580b1768389332b105592c44c7c4953b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 Jan 2024 21:37:54 +0000 Subject: [PATCH] chore: release version v3.12.2 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5824907..c0fdc532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.12.2](https://github.com/team-alembic/ash_authentication/compare/v3.12.1...v3.12.2) (2024-01-30) + + + + +### Bug Fixes: + +* deps: mark ash_postgres as optional + +### Improvements: + +* support atom keys for uid in addition to strings (#556) + ## [v3.12.1](https://github.com/team-alembic/ash_authentication/compare/v3.12.0...v3.12.1) (2024-01-25) diff --git a/README.md b/README.md index 2ef73547..031d4fce 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.12.1"} + {:ash_authentication, "~> 3.12.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 17225f00..8d182e95 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.12.1" + @version "3.12.2" def project do [