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 [