diff --git a/CHANGELOG.md b/CHANGELOG.md index 432eff1..e174c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.0] - 2025-03-21 +### Fixed +- Support for PHP typing. + ## [3.0.2] - 2024-12-05 ### Fixed - Support for PHP 8.4 @@ -113,6 +117,7 @@ First version [#9]: https://github.com/middlewares/error-handler/issues/9 +[3.1.0]: https://github.com/middlewares/error-handler/compare/v3.0.2...v3.1.0 [3.0.2]: https://github.com/middlewares/error-handler/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/middlewares/error-handler/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/middlewares/error-handler/compare/v2.0.0...v3.0.0