From 3e531e87790ad45fe6c1602ac28725e8a76ba262 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Feb 2023 03:24:05 +0000 Subject: [PATCH] chore: release version v3.7.8 --- CHANGELOG.md | 21 +++++++++++++++++++ .../getting-started-with-authentication.md | 2 +- mix.exs | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9fdb2..c849029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.7.8](https://github.com/team-alembic/ash_authentication/compare/v3.7.7...v3.7.8) (2023-02-08) + + + + +### Bug Fixes: + +* resources can appear in multiple apis, so we need to uniq them here (#169) + +* put_add_on/2 was putting into strategies + +### Improvements: + +* Strategy.Custom: handle custom strategies as extensions. (#183) + +* improve error message for badly formed token secrets (#181) + +* add metadata declarations to actions that have a `token` (#164) + +* validate signing secret is a string (#163) + ## [v3.7.7](https://github.com/team-alembic/ash_authentication/compare/v3.7.6...v3.7.7) (2023-02-06) diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index 468b914..034b0de 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.7.7"} + {:ash_authentication, "~> 3.7.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 9cfa4e5..583e450 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.7.7" + @version "3.7.8" def project do [