diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ea5d328..cddd18a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [8.5.4] - released 2023-08-25 +### Added +- Support for league/uri ^7.0 + ## [8.5.3] - released 2023-07-06 ### Security - If a key string is provided to the CryptKey constructor with an invalid @@ -602,7 +606,8 @@ Version 5 is a complete code rewrite. - First major release -[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.5.3...HEAD +[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.5.4...HEAD +[8.5.4]: https://github.com/thephpleague/oauth2-server/compare/8.5.3...8.5.4 [8.5.3]: https://github.com/thephpleague/oauth2-server/compare/8.5.2...8.5.3 [8.5.2]: https://github.com/thephpleague/oauth2-server/compare/8.5.1...8.5.2 [8.5.1]: https://github.com/thephpleague/oauth2-server/compare/8.5.0...8.5.1