From 8558d8b8f60fc73b41408b4303b33ac58eed8fac Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Sep 2023 22:22:14 +0000 Subject: [PATCH] chore: release version v3.11.10 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- .../tutorials/getting-started-with-authentication.md | 2 +- mix.exs | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880cd47..c52d030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.11.10](https://github.com/team-alembic/ash_authentication/compare/v3.11.9...v3.11.10) (2023-09-18) + + + + +### Bug Fixes: + +* only use sign in token expiration for sign in tokens (#424) + ## [v3.11.9](https://github.com/team-alembic/ash_authentication/compare/v3.11.8...v3.11.9) (2023-09-17) diff --git a/README.md b/README.md index 26f30a2..b7389c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.9"} + {:ash_authentication, "~> 3.11.10"} ] end ``` diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index b032c77..9049486 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.11.9"} + {:ash_authentication, "~> 3.11.10"} ] end ``` diff --git a/mix.exs b/mix.exs index 4e77d04..706ed0e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.9" + @version "3.11.10" def project do [