diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a76c517..79625502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.34.2](https://github.com/ash-project/ash_json_api/compare/v0.34.1...v0.34.2) (2024-01-09) + + + + +### Bug Fixes: + +* set filter schema as string or object + +* ensure a type is always determined for aggregate fields + +### Improvements: + +* add `AshJsonApiError.ToAshError` + +* properly represent fields in response + ## [v0.34.1](https://github.com/ash-project/ash_json_api/compare/v0.34.0...v0.34.1) (2023-12-13) diff --git a/documentation/tutorials/getting-started-with-json-api.md b/documentation/tutorials/getting-started-with-json-api.md index 4014378f..93e08d63 100644 --- a/documentation/tutorials/getting-started-with-json-api.md +++ b/documentation/tutorials/getting-started-with-json-api.md @@ -22,7 +22,7 @@ In your mix.exs, add the Ash JSON API dependency: defp deps do [ # .. other dependencies - {:ash_json_api, "~> 0.34.1"}, + {:ash_json_api, "~> 0.34.2"}, ] end ``` diff --git a/mix.exs b/mix.exs index 1a3d91cd..fb347ce6 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do A JSON API front end for the `Ash` resource framework """ - @version "0.34.1" + @version "0.34.2" def project do [