diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 128c0754..ee703ede 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.4.0...master) - TBD +## [7.4.1](https://github.com/thephpleague/uri-components/compare/7.4.0...7.4.1) - 2024-02-23 ### Added diff --git a/interfaces/CHANGELOG.md b/interfaces/CHANGELOG.md index 53e7b75c..604c2446 100644 --- a/interfaces/CHANGELOG.md +++ b/interfaces/CHANGELOG.md @@ -2,7 +2,25 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file -## [Next](https://github.com/thephpleague/uri-interfaces/compare/7.2.0...7.3.0) - 2023-09-09 +## [7.3.1](https://github.com/thephpleague/uri-interfaces/compare/7.3.0...7.3.1) - 2024-02-23 + +### Added + +- None + +### Fixed + +- Fix package to avoid PHP8.4 deprecation warnings + +### Deprecated + +- None + +### Removed + +- None + +## [7.3.0](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 89e28021..32d2ad5d 100644 --- a/uri/CHANGELOG.md +++ b/uri/CHANGELOG.md @@ -2,6 +2,24 @@ All Notable changes to `League\Uri` will be documented in this file +## [7.4.1](https://github.com/thephpleague/uri/compare/7.4.0...7.4.1) - 2024-02-23 + +### Added + +- None + +### Fixed + +- Fix package to avoid PHP8.4 deprecation warnings + +### Deprecated + +- None + +### Removed + +- None + ## [7.4.0](https://github.com/thephpleague/uri/compare/7.3.0...7.4.0) - 2023-12-01 ### Added