Skip to content

Commit

Permalink
chore: release version v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 13, 2023
1 parent ffa4e9e commit 38545b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
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
A JSON API front end for the `Ash` resource framework
"""

@version "0.34.0"
@version "0.34.1"

def project do
[
Expand Down

0 comments on commit 38545b3

Please sign in to comment.