Skip to content

Commit

Permalink
chore: release version v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 18, 2024
1 parent eb2f5f4 commit 7dee8c3
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.2.3](https://github.com/ash-project/ash/compare/v3.2.2...v3.2.3) (2024-07-18)




### Bug Fixes:

* properly convert extension string into a module

* only display available to extend

* mix igniter.install ash --example case clause error (#1317)

* only use attribute for filtering when multitenancy strategy == :attribute

### Improvements:

* Add `Ash.Resource.Igniter.domain` to get the domain of a resource

## [v3.2.2](https://github.com/ash-project/ash/compare/v3.2.1...v3.2.2) (2024-07-17)

### Features:
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.2"
@version "3.2.3"

def project do
[
Expand Down

0 comments on commit 7dee8c3

Please sign in to comment.