From 3ab096258d0831d927e4e48a3b52df0cfa9ba68f Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 16 Apr 2024 20:28:50 +0100 Subject: [PATCH] chore: release version v3.0.0-rc.23 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49727659..c058c634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.0.0-rc.23](https://github.com/ash-project/ash/compare/v3.0.0-rc.22...v3.0.0-rc.23) (2024-04-16) + + + + +### Bug Fixes: + +* ensure changeset filters are applied on bulk destroy/update + ## [v3.0.0-rc.22](https://github.com/ash-project/ash/compare/v3.0.0-rc.21...v3.0.0-rc.22) (2024-04-16) diff --git a/README.md b/README.md index f9f23574..b2bb6ec3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 3.0.0-rc.22"} + {:ash, "~> 3.0.0-rc.23"} ] end ``` diff --git a/mix.exs b/mix.exs index ae7433be..af625267 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "3.0.0-rc.22" + @version "3.0.0-rc.23" def project do [