Skip to content

Commit

Permalink
Merge tag 'v4.1.0' into develop
Browse files Browse the repository at this point in the history
Fix links in related resource responses.
  • Loading branch information
lindyhopchris committed Jun 26, 2024
2 parents ad1d591 + 5b3d39c commit ed3806f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. This projec

## Unreleased

## [4.1.0] - 2024-06-26

### Fixed

- [#17](https://github.com/laravel-json-api/core/pull/17) Fix incorrect `self` link in related resource responses, and
remove `related` link that should not exist. This has been incorrect for some time, but is definitely what
the [spec defines here.](https://jsonapi.org/format/1.0/#document-top-level)

## [4.0.0] - 2024-03-12

### Changed
Expand Down

0 comments on commit ed3806f

Please sign in to comment.