diff --git a/CHANGELOG.md b/CHANGELOG.md index f787de9..4de7714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 78b7493..e092d76 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [