chore: release version v3.0.0-rc.21

This commit is contained in:
Zach Daniel 2024-04-13 20:50:48 -04:00
parent 3519a85cee
commit 71d842bd0c
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.21](https://github.com/ash-project/ash/compare/v3.0.0-rc.20...v3.0.0-rc.21) (2024-04-14)
### Bug Fixes:
* ensure `to_tenant` is copied to aggregate query
## [v3.0.0-rc.20](https://github.com/ash-project/ash/compare/v3.0.0-rc.19...v3.0.0-rc.20) (2024-04-13)
### Breaking Changes:

View file

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

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "3.0.0-rc.20"
@version "3.0.0-rc.21"
def project do
[