From bdde5d14da122b158df014295d0b79c746927cb3 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Thu, 11 Jul 2024 20:23:45 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1321076..4c9a7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # 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/). +## [2.0.2] - 2024-07-11 +### Fixed +- Allow `middlewares/utils:^4` [#4] + ## [2.0.1] - 2020-12-02 ### Added - Support for PHP 8 @@ -48,9 +51,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Updated to `http-interop/http-middleware#0.5` -## 0.1.0 - 2017-09-19 +## [0.1.0] - 2017-09-19 First version +[#4]: https://github.com/middlewares/redirect/issues/4 + +[2.0.2]: https://github.com/middlewares/redirect/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/middlewares/redirect/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/middlewares/redirect/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/middlewares/redirect/compare/v1.0.0...v1.1.0 @@ -58,3 +64,4 @@ First version [0.3.1]: https://github.com/middlewares/redirect/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/middlewares/redirect/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/middlewares/redirect/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/middlewares/redirect/releases/tag/v0.1.0