diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a63d04..254239a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,19 @@ # Change Log - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.4.0] - 2023-12-15 +## [4.0.0] - 2023-12-17 ### Added - Support for psr/http-message 2.x (if you don't use slim/psr7 or sunrise/http-message as factory) + ### Changed - Updated dependencies and tests +### Removed +- Support for PHP prior to 8.2. + ## [3.3.0] - 2021-07-04 ### Added - Support for psr/container v2.x [#26] @@ -203,7 +206,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Uri factory -## 0.1.0 - 2016-09-30 +## [0.1.0] - 2016-09-30 ### Added - Response factory - Stream factory @@ -216,6 +219,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#23]: https://github.com/middlewares/utils/issues/23 [#26]: https://github.com/middlewares/utils/issues/26 +[4.0.0]: https://github.com/middlewares/utils/compare/v3.3.0...v4.0.0 [3.3.0]: https://github.com/middlewares/utils/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/middlewares/utils/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/middlewares/utils/compare/v3.0.1...v3.1.0 @@ -245,3 +249,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [0.3.1]: https://github.com/middlewares/utils/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/middlewares/utils/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/middlewares/utils/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/middlewares/utils/releases/tag/v0.1.0