Skip to content

Commit 229f02a

Browse files
Release 2.9.0 (#481)
Co-authored-by: markuspoerschke <[email protected]>
1 parent 05ac451 commit 229f02a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.9.0] - 2022-12-23
11+
1012
### Changed
1113

1214
- 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.*
250252
- **Breaking Change:** Changed signature of the `Event::setOrganizer` method. Now there is is only one parameter that must be an instance of `Property\Organizer`.
251253
- Updated install section in README.md [#54](https://github.com/markuspoerschke/iCal/pull/53)
252254

253-
[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.8.0...HEAD
255+
[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.9.0...HEAD
256+
[2.9.0]: https://github.com/markuspoerschke/iCal/compare/2.8.0...2.9.0
254257
[2.8.0]: https://github.com/markuspoerschke/iCal/compare/2.7.0...2.8.0
255258
[2.7.0]: https://github.com/markuspoerschke/iCal/compare/2.6.0...2.7.0
256259
[2.6.0]: https://github.com/markuspoerschke/iCal/compare/2.5.1...2.6.0

0 commit comments

Comments
 (0)