diff --git a/CHANGELOG.md b/CHANGELOG.md index 9684c08..df35b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. This projec - [core#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) +- [eloquent#36](https://github.com/laravel-json-api/eloquent/pull/36) Support Eloquent dynamic relationships. ## [4.0.0] - 2024-03-14 diff --git a/composer.json b/composer.json index 3eba78d..9fb3e7a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": "^8.2", "ext-json": "*", "laravel-json-api/core": "^4.1", - "laravel-json-api/eloquent": "^4.0", + "laravel-json-api/eloquent": "^4.1", "laravel-json-api/encoder-neomerx": "^4.0", "laravel-json-api/exceptions": "^3.0", "laravel-json-api/spec": "^3.0",