Skip to content

Commit

Permalink
chore: release version v1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 4, 2024
1 parent b0ca0db commit a865498
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.4.13](https://github.com/ash-project/ash_json_api/compare/v1.4.12...v1.4.13) (2024-11-04)




### Bug Fixes:

* mark filters as deepObject

* support `null` input for non-required attributes

### Improvements:

* fix relationship representation & descriptions in open api schema

* add `sort_included` query parameter

* add sort_included query parameter

* accept arbitrary filters (by making it a stupid text field)

## [v1.4.12](https://github.com/ash-project/ash_json_api/compare/v1.4.11...v1.4.12) (2024-10-21)


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.12"
@version "1.4.13"

def project do
[
Expand Down

0 comments on commit a865498

Please sign in to comment.