Skip to content

Commit

Permalink
chore: release version v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 26, 2024
1 parent 95a5d9b commit a9b672e
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 @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.4.6](https://github.com/ash-project/ash_json_api/compare/v1.4.5...v1.4.6) (2024-08-26)




### Bug Fixes:

* don't intercept typed structs

* properly check for domain inclusion in json api router when installing

### Improvements:

* support new struct types w/ constraints

## [v1.4.5](https://github.com/ash-project/ash_json_api/compare/v1.4.4...v1.4.5) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
The JSON:API extension for the Ash Framework.
"""

@version "1.4.5"
@version "1.4.6"

def project do
[
Expand Down

0 comments on commit a9b672e

Please sign in to comment.