Skip to content

Commit

Permalink
chore: release version v3.4.36
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 24, 2024
1 parent 1c4a0f2 commit 1824129
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!-- changelog -->

## [v3.4.36](https://github.com/ash-project/ash/compare/v3.4.35...v3.4.36) (2024-10-24)




### Bug Fixes:

* properly replace fields with their replacement, not just their rules

* ensure opts are passed through to constructed query in stream

### Improvements:

* add context indicating which action was just used to create a record

* add `just_created_with_action/1` check

## [v3.4.35](https://github.com/ash-project/ash/compare/v3.4.34...v3.4.35) (2024-10-22)


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.35"
@version "3.4.36"

def project do
[
Expand Down

0 comments on commit 1824129

Please sign in to comment.