diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index c83f2dfb..2613b7b3 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file -## [Next](https://github.com/thephpleague/uri-components/compare/7.2.1...master) - TBD +## [Next](https://github.com/thephpleague/uri-components/compare/7.2.1...7.3.0) - 2023-09-09 ### Added diff --git a/components/composer.json b/components/composer.json index 4a454e98..cb370e49 100644 --- a/components/composer.json +++ b/components/composer.json @@ -29,7 +29,7 @@ ], "require": { "php": "^8.1", - "league/uri": "^7.2" + "league/uri": "^7.3" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing", diff --git a/interfaces/CHANGELOG.md b/interfaces/CHANGELOG.md index 9c63d838..53e7b75c 100644 --- a/interfaces/CHANGELOG.md +++ b/interfaces/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file -## [Next](https://github.com/thephpleague/uri-interfaces/compare/7.2.0...master) - TBD +## [Next](https://github.com/thephpleague/uri-interfaces/compare/7.2.0...7.3.0) - 2023-09-09 ### Added diff --git a/uri/CHANGELOG.md b/uri/CHANGELOG.md index 5d667b5e..5b68cff0 100644 --- a/uri/CHANGELOG.md +++ b/uri/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri` will be documented in this file -## [Next](https://github.com/thephpleague/uri/compare/7.2.1...master) - TBD +## [7.3.0](https://github.com/thephpleague/uri/compare/7.2.1...7.3.0) - 2023-09-09 ### Added diff --git a/uri/composer.json b/uri/composer.json index 86485580..ce250450 100644 --- a/uri/composer.json +++ b/uri/composer.json @@ -45,7 +45,7 @@ ], "require": { "php": "^8.1", - "league/uri-interfaces": "^7.2" + "league/uri-interfaces": "^7.3" }, "autoload": { "psr-4": {