From fd68d212efc31bfba757d2b1fc320e02e18ced66 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 18 May 2022 15:26:37 -0400 Subject: [PATCH] chore: release version v1.52.0-rc.8 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d42a886..4f27a6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.52.0-rc.8](https://github.com/ash-project/ash/compare/v1.52.0-rc.7...v1.52.0-rc.8) (2022-05-18) + + + + +### Bug Fixes: + +* add resource/action to policy error context + ## [v1.52.0-rc.7](https://github.com/ash-project/ash/compare/v1.52.0-rc.6...v1.52.0-rc.7) (2022-05-18) diff --git a/mix.exs b/mix.exs index 130baaa4..73e764ab 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.52.0-rc.7" + @version "1.52.0-rc.8" def project do [