diff --git a/CHANGELOG.md b/CHANGELOG.md index b11636c..c4c38e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## [v1.1.0](https://github.com/zaphyr-org/router/compare/1.0.0...1.1.0) [2023-10-13] + +### New +* Added `setMiddleware` method and marked `setMiddlewares` method as deprecated + +### Fixed +* Removed .dist from phpunit.xml in .gitattributes export-ignore + +### Deprecated +* Attributes `$middlewares` param will be renamed to `$middleware` in v2.0 + ## v1.0.0 [2023-09-20] ### New: