Skip to content

Commit

Permalink
chore: release version v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 18, 2024
1 parent 2515ef8 commit 97c65d0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ See [Conventional Commits](Https:https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.2.1](https://github.com/ash-project/ash_json_api/compare/v1.2.0...v1.2.1) (2024-06-18)




### Bug Fixes:

* don't raise error including on get related endpoints

* don't show exceptions if `show_raised_errors?` is `false`

* don't expose `action.name` over api docs

* resource comes from the route on domains

* add missing fields from `InvalidField`

* validate relationships from routes at compile time

### Improvements:

* support `name` on `routes`, use in description and operationId

* verify includes list at compile time

* allow setting a `resource` second option on domain's `base_route` entity

## [v1.2.0](https://github.com/ash-project/ash_json_api/compare/v1.1.2...v1.2.0) (2024-06-11)

### Features:
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
The JSON:API extension for the Ash Framework.
"""

@version "1.2.0"
@version "1.2.1"

def project do
[
Expand Down

0 comments on commit 97c65d0

Please sign in to comment.