From b1a850fc2bd417794e09f67161e8ec8bb576f3b7 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Sat, 11 Jan 2025 17:28:11 +0000 Subject: [PATCH] docs: update changelog and bump version --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebc2cca..90a5a73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. This projec ## Unreleased +## [7.1.0] - 2025-01-11 + ### Changed - Removed PHP 8.4 deprecation notices. +### Fixed + +- [#648](https://github.com/cloudcreativity/laravel-json-api/pull/648) Ensure self link is removed when it is returned + as `false`. + ## [7.0.0] - 2024-03-14 ### Changed @@ -43,7 +50,7 @@ All notable changes to this project will be documented in this file. This projec - **BREAKING** Upgraded the `neomerx/json-api` dependency from `v1` to `v5` of our fork `laravel-json-api/neomerx-json-api`. Refer to the [Upgrade Guide](./docs/upgrade.md) for details of the required - changes. + changes. ## [4.1.0] - 2023-01-21