diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fda3b1c..447da884f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file -## Next - TBD +## 7.1.0 - 2023-08-21 ### Added diff --git a/composer.json b/composer.json index 2cf5ac0a7..cbb39d030 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ ], "require": { "php": "^8.1", - "league/uri": "^7.0" + "league/uri": "^7.1" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing",