diff --git a/CHANGELOG.md b/CHANGELOG.md index 06666351..ac7cc384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri` will be documented in this file -## Next - TBD +## 7.1.0 - 2023-08-21 ### Added diff --git a/composer.json b/composer.json index b03df7d5..66b1b5f0 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ ], "require": { "php": "^8.1", - "league/uri-interfaces": "^7.0" + "league/uri-interfaces": "^7.1" }, "autoload": { "psr-4": {