From 8752ec91e1eed6a3dee317c7b8a964c4e61ed53e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 19 Feb 2023 21:07:16 +0000 Subject: [PATCH] chore: release version v3.9.3 --- CHANGELOG.md | 9 +++++++++ .../tutorials/getting-started-with-authentication.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02e9b8a..de7cf3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.9.3](https://github.com/team-alembic/ash_authentication/compare/v3.9.2...v3.9.3) (2023-02-19) + + + + +### Bug Fixes: + +* sign in preparation without identity resource (#198) + ## [v3.9.2](https://github.com/team-alembic/ash_authentication/compare/v3.9.1...v3.9.2) (2023-02-12) diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index efb62feb..6a42095c 100644 --- a/documentation/tutorials/getting-started-with-authentication.md +++ b/documentation/tutorials/getting-started-with-authentication.md @@ -15,7 +15,7 @@ Bring in the `ash_authentication` dependency: defp deps() [ # ... - {:ash_authentication, "~> 3.9.2"} + {:ash_authentication, "~> 3.9.3"} ] end ``` diff --git a/mix.exs b/mix.exs index b8ac10ed..63e3499b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.9.2" + @version "3.9.3" def project do [