Skip to content

Commit

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

<!-- changelog -->

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


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.1"},
{:ash_json_api, "~> 0.34.2"},
]
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.1"
@version "0.34.2"

def project do
[
Expand Down

0 comments on commit 0b18cda

Please sign in to comment.