From 628f60e24d5e1d7bbd028f0d928d17bff8e2c267 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 13 Sep 2021 16:18:54 -0400 Subject: [PATCH] chore: release version v1.48.0-rc.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dfbd6f..08d77295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.48.0-rc.1](https://github.com/ash-project/ash/compare/v1.48.0-rc.0...v1.48.0-rc.1) (2021-09-13) + + + + +### Bug Fixes: + +* check action type properly in attribute validations + ## [v1.48.0-rc.0](https://github.com/ash-project/ash/compare/v1.47.12...v1.48.0-rc.0) (2021-09-13) ### Breaking Changes: diff --git a/mix.exs b/mix.exs index d548d53d..188d5205 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.48.0-rc.0" + @version "1.48.0-rc.1" def project do [