From f909fd3e0fb28dd35b192f89499d4cc839e9618c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20Garc=C3=ADa=20Lagar?= Date: Thu, 24 Aug 2023 10:36:07 +0200 Subject: [PATCH] Tag new version --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbbd6e..c40aec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.4.2] - 2023-08-24 + ### Removed - Drop support of PHP <8.0 @@ -42,7 +44,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `Pipe` class. - `Stack` class. -[Unreleased]: https://github.com/ajgarlag/psr15-dispatcher/compare/0.4.1...master +[Unreleased]: https://github.com/ajgarlag/psr15-dispatcher/compare/0.4.2...master +[0.4.2]: https://github.com/ajgarlag/psr15-dispatcher/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/ajgarlag/psr15-dispatcher/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/ajgarlag/psr15-dispatcher/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/ajgarlag/psr15-dispatcher/compare/0.2.0...0.3.0