From d282dfee930b9ca729d40d4e596202f7cc8fc134 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Jun 2023 03:16:50 +0000 Subject: [PATCH] chore: release version v3.11.6 --- 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 f7b8e15..aad8d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.11.6](https://github.com/team-alembic/ash_authentication/compare/v3.11.5...v3.11.6) (2023-06-23) + + + + +### Bug Fixes: + +* fix Logger deprecations for elixir 1.15 (#343) + ## [v3.11.5](https://github.com/team-alembic/ash_authentication/compare/v3.11.4...v3.11.5) (2023-06-18) diff --git a/README.md b/README.md index f0011d8..1f0b284 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.5"} + {:ash_authentication, "~> 3.11.6"} ] end ``` diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index 8ca6295..b91bd37 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.5"} + {:ash_authentication, "~> 3.11.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 75494a2..10b3933 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.5" + @version "3.11.6" def project do [