Skip to content

Commit

Permalink
chore: release version v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 22, 2024
1 parent dcb6988 commit 134cb4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<!-- changelog -->

## [v3.2.6](https://github.com/ash-project/ash/compare/v3.2.5...v3.2.6) (2024-07-22)




### Bug Fixes:

* fallback to `authorize_with` when authorizing bulk destroy actions

* don't refer to non-existent `batch_change/4`

### Improvements:

* Replace incorrect function_exported?-checks in bulk-actions, add has-defs for change modules (#1330)

## [v3.2.5](https://github.com/ash-project/ash/compare/v3.2.4...v3.2.5) (2024-07-22)

### 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.2.5"
@version "3.2.6"

def project do
[
Expand Down

0 comments on commit 134cb4f

Please sign in to comment.