Skip to content

Commit

Permalink
chore: release version v3.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 20, 2024
1 parent 496553c commit aee221f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!-- changelog -->

## [v3.4.18](https://github.com/ash-project/ash/compare/v3.4.17...v3.4.18) (2024-09-20)




### Bug Fixes:

* properly increment version in optimist lock's non-atomic branch

* ensure that policy group rules are enforced

* ensure that around_transaction and around_action hooks incur simple updates

## [v3.4.17](https://github.com/ash-project/ash/compare/v3.4.16...v3.4.17) (2024-09-19)

### Bug Fixes:
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.17"
@version "3.4.18"

def project do
[
Expand Down

0 comments on commit aee221f

Please sign in to comment.