From 7661d3d120007f65ef066fb9a405e9802c65f87d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 1 Nov 2021 04:40:02 -0400 Subject: [PATCH] chore: release version v1.48.0-rc.30 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d1637bf..0f27f27d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.48.0-rc.30](https://github.com/ash-project/ash/compare/v1.48.0-rc.29...v1.48.0-rc.30) (2021-11-01) + + + + +### Bug Fixes: + +* set storage_type to `:uuid` for Ash.Type.UUID + +### Improvements: + +* `only_when_valid?` on changes + ## [v1.48.0-rc.29](https://github.com/ash-project/ash/compare/v1.48.0-rc.28...v1.48.0-rc.29) (2021-10-29) diff --git a/mix.exs b/mix.exs index 8e1a8985c..51b88d922 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.29" + @version "1.48.0-rc.30" def project do [