From c444f4583e1606be0d42b1daa992262d1e5c12e9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Jan 2023 03:36:05 +0000 Subject: [PATCH] chore: release version v3.3.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a41932..3514bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.3.1](https://github.com/team-alembic/ash_authentication/compare/v3.3.0...v3.3.1) (2023-01-09) + + + + +### Improvements: + +* Set Ash actor and tenant when executing internal plugs. (#115) + ## [v3.3.0](https://github.com/team-alembic/ash_authentication/compare/v3.2.2...v3.3.0) (2023-01-09) diff --git a/README.md b/README.md index 370c440..af143d8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.3.0"} + {:ash_authentication, "~> 3.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 399eda6..4e9a993 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.3.0" + @version "3.3.1" def project do [