From 229f02a9fcf517c7bc0f5e08448ed1927866ba9e Mon Sep 17 00:00:00 2001 From: "Markus Poerschke (Bot)" <79374170+markuspoerschke-bot@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:40:27 +0100 Subject: [PATCH] Release 2.9.0 (#481) Co-authored-by: markuspoerschke --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02989f6..4740f6b2 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.9.0] - 2022-12-23 + ### Changed - Add missing return types and missing template annotations [#472](https://github.com/markuspoerschke/iCal/pull/472) @@ -250,7 +252,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.8.0...HEAD +[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.9.0...HEAD +[2.9.0]: https://github.com/markuspoerschke/iCal/compare/2.8.0...2.9.0 [2.8.0]: https://github.com/markuspoerschke/iCal/compare/2.7.0...2.8.0 [2.7.0]: https://github.com/markuspoerschke/iCal/compare/2.6.0...2.7.0 [2.6.0]: https://github.com/markuspoerschke/iCal/compare/2.5.1...2.6.0