From c28aa29c8a77c70d8029b1665c45b30b46345983 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 31 Oct 2022 03:56:53 +0000 Subject: [PATCH] chore: release version v0.3.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202cf562..7c5a21d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.0](https://github.com/team-alembic/ash_authentication/compare/v0.2.1...v0.3.0) (2022-10-31) + + + + +### Features: + +* Ash.PlugHelpers: Support standard actor configuration. (#16) + +* Ash.PlugHelpers: Support standard actor configuration. + +### Improvements: + +* docs: change all references to `actor` to `user`. + ## [v0.2.1](https://github.com/team-alembic/ash_authentication/compare/v0.2.0...v0.2.1) (2022-10-26) diff --git a/README.md b/README.md index 15b2b250..a79d8241 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 0.2.1"} + {:ash_authentication, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 3f605a3f..a14bfb09 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "0.2.1" + @version "0.3.0" def project do [