From 54b959008d5246d98a6742544fb988a93b71b237 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 21 Apr 2026 16:06:18 +0200 Subject: [PATCH] Release version 0.15.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3975c1..2a71158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this library are documented in this file. ## [Unreleased] +## [v0.15.1] — 2026-04-21 + +- Fix `Events::on()` return type to restore compatibility with `EventEmitterTrait` (#73) + ## [v0.15.0] — 2026-03-24 - **Breaking** Raise minimum PHP version to 8.2 (#63) @@ -105,7 +109,8 @@ All notable changes to this library are documented in this file. Initial release providing `AutoloadingPluginLoader`, `MessageContainer` trait, `ValidatorInterface`, and type/iterable utility functions. -[Unreleased]: https://github.com/Icinga/ipl-stdlib/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/Icinga/ipl-stdlib/compare/v0.15.1...HEAD +[v0.15.1]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.15.1 [v0.15.0]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.15.0 [v0.14.0]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.14.0 [v0.13.0]: https://github.com/Icinga/ipl-stdlib/releases/tag/v0.13.0