Skip to content

Commit

Permalink
chore: release version v3.4.54
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 9, 2025
1 parent 88a5686 commit f8e7db2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

<!-- changelog -->

## [v3.4.54](https://github.com/ash-project/ash/compare/v3.4.53...v3.4.54) (2025-01-09)




### Bug Fixes:

* Fix issues in `Ash.Generator.generate_many/2` (#1703)

* `Ash.Generator`: Don't error if no `after_action` is provided to `generate_many`

* `Ash.Generator`: Reuse the changeset actor when calling `bulk_create`

### Improvements:

* run notifications for generators

* `order_is_key` option for sorted relationships

## [v3.4.53](https://github.com/ash-project/ash/compare/v3.4.52...v3.4.53) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""

@version "3.4.53"
@version "3.4.54"

def project do
[
Expand Down

0 comments on commit f8e7db2

Please sign in to comment.