chore: release version v3.0.0-rc.23

This commit is contained in:
Zach Daniel 2024-04-16 20:28:50 +01:00
parent 3b8a15fd34
commit 3ab096258d
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 3.0.0-rc.22"}
{:ash, "~> 3.0.0-rc.23"}
]
end
```

View file

@ -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
[