From 048da649d20b8500101bd0bfa2cce186f15984d0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Sep 2023 00:23:49 +0000 Subject: [PATCH] chore: release version v3.11.13 --- 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 55c08c7..9d93c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.11.13](https://github.com/team-alembic/ash_authentication/compare/v3.11.12...v3.11.13) (2023-09-22) + + + + +### Improvements: + +* Allow all token lifetimes to be specified with a time unit. + ## [v3.11.12](https://github.com/team-alembic/ash_authentication/compare/v3.11.11...v3.11.12) (2023-09-21) diff --git a/README.md b/README.md index 6074e5f..1aaee3e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.12"} + {:ash_authentication, "~> 3.11.13"} ] end ``` diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index d2cd832..b8909e7 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.12"} + {:ash_authentication, "~> 3.11.13"} ] end ``` diff --git a/mix.exs b/mix.exs index 1a9f44f..88e790a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.12" + @version "3.11.13" def project do [