From 38545b369a98a8cde7bfb6d3589c529c28c19d68 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 13 Dec 2023 16:36:15 -0500 Subject: [PATCH] chore: release version v0.34.1 --- CHANGELOG.md | 13 +++++++++++++ .../tutorials/getting-started-with-json-api.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77550ef1..9a76c517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.34.1](https://github.com/ash-project/ash_json_api/compare/v0.34.0...v0.34.1) (2023-12-13) + + + + +### Bug Fixes: + +* properly generate relationships in json schema + +* don't double add a prefix to the router + +* 400 error on invalid includes instead of 500 + ## [v0.34.0](https://github.com/ash-project/ash_json_api/compare/v0.33.1...v0.34.0) (2023-11-13) diff --git a/documentation/tutorials/getting-started-with-json-api.md b/documentation/tutorials/getting-started-with-json-api.md index 76100e22..4014378f 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.0"}, + {:ash_json_api, "~> 0.34.1"}, ] end ``` diff --git a/mix.exs b/mix.exs index 0ffa4b26..1a3d91cd 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.0" + @version "0.34.1" def project do [