chore: release version v2.4.1

This commit is contained in:
Zach Daniel 2022-10-31 13:09:35 -04:00
parent 6f2c685ae6
commit 80f67d3afc
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.4.1](https://github.com/ash-project/ash/compare/v2.4.0...v2.4.1) (2022-10-31)
### Bug Fixes:
* fix depend on resources to depend on each resource
* allow references on both sides of `in`
* properly upsert all explicitly changed fields
* traverse maps for `template_references_actor?/1`
### Improvements:
* replace templates in change/preparation/validation opts
## [v2.4.0](https://github.com/ash-project/ash/compare/v2.3.0...v2.4.0) (2022-10-31)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "2.4.0"
@version "2.4.1"
def project do
[