From 2d01ccad48ec30384205d4f48159302096a1a1c8 Mon Sep 17 00:00:00 2001 From: "Markus Poerschke (Bot)" <79374170+markuspoerschke-bot@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:13:45 +0200 Subject: [PATCH] Release 2.12.0 (#518) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cccd9318..cc076045 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.12.0] - 2023-04-10 + - Update `.gitattributes` file to exclude unnecessary files when fetching package through Composer. [#510](https://github.com/markuspoerschke/iCal/pull/510) ## [2.11.0] - 2023-01-17 @@ -266,7 +268,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.11.0...HEAD +[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.12.0...HEAD +[2.12.0]: https://github.com/markuspoerschke/iCal/compare/2.11.0...2.12.0 [2.11.0]: https://github.com/markuspoerschke/iCal/compare/2.10.0...2.11.0 [2.10.0]: https://github.com/markuspoerschke/iCal/compare/2.9.0...2.10.0 [2.9.0]: https://github.com/markuspoerschke/iCal/compare/2.8.0...2.9.0