chore: release version v3.4.12

This commit is contained in:
Zach Daniel 2024-09-16 09:10:33 -04:00
parent 6340014e8b
commit bdbdf9c33a
2 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,21 @@
<!-- changelog -->
## [v3.4.12](https://github.com/ash-project/ash/compare/v3.4.11...v3.4.12) (2024-09-16)
### Bug Fixes:
* ensure that action_select is set on seeding data
### Improvements:
* add more resource updating logic
* add `_new` options for Ash.Resource.Igniter
## [v3.4.11](https://github.com/ash-project/ash/compare/v3.4.10...v3.4.11) (2024-09-13)
### Improvements:

View file

@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
@version "3.4.11"
@version "3.4.12"
def project do
[