From 32824879b3885625b3110fb8cdeb0af6cb04cf7b Mon Sep 17 00:00:00 2001 From: markuspoerschke <1222377+markuspoerschke@users.noreply.github.com> Date: Wed, 7 Jan 2026 21:31:43 +0000 Subject: [PATCH] Release 2.16.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37acaaaf..f66a1425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.16.0] - 2026-01-07 + ### Added - Support for PHP 8.5 @@ -306,7 +308,8 @@ Please check the [upgrade guide](UPGRADE.md) on how to upgrade from version `0.* - **Breaking Change:** Changed signature of the `Event::setOrganizer` method. Now there is is only one parameter that must be an instance of `Property\Organizer`. - Updated install section in README.md [#54](https://github.com/markuspoerschke/iCal/pull/53) -[Unreleased]: https://github.com/markuspoerschke/iCal/compare/2.15.0...HEAD +[Unreleased]: https://github.com/markuspoerschke/iCal/compare/2.16.0...HEAD +[2.16.0]: https://github.com/markuspoerschke/iCal/compare/2.15.0...2.16.0 [2.15.0]: https://github.com/markuspoerschke/iCal/compare/2.14.0...2.15.0 [2.14.0]: https://github.com/markuspoerschke/iCal/compare/2.13.0...2.14.0 [2.13.0]: https://github.com/markuspoerschke/iCal/compare/2.12.1...2.13.0