Skip to content

Commit 471d9c4

Browse files
Release version 2.8.0 (#474)
* Release 2.8.0 * Fix code style! Co-authored-by: markuspoerschke <[email protected]> Co-authored-by: markuspoerschke-bot <[email protected]>
1 parent 0e2c46d commit 471d9c4

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.8.0] - 2022-12-22
11+
1012
### Added
1113

1214
- Support chaining of Calendar.setPublishedTTL() [#452](https://github.com/markuspoerschke/iCal/pull/452)
@@ -240,7 +242,8 @@ Please check the [upgrade guide](UPGRADE.md) on how to upgrade from version `0.*
240242
- **Breaking Change:** Changed signature of the `Event::setOrganizer` method. Now there is is only one parameter that must be an instance of `Property\Organizer`.
241243
- Updated install section in README.md [#54](https://github.com/markuspoerschke/iCal/pull/53)
242244

243-
[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.7.0...HEAD
245+
[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.8.0...HEAD
246+
[2.8.0]: https://github.com/markuspoerschke/iCal/compare/2.7.0...2.8.0
244247
[2.7.0]: https://github.com/markuspoerschke/iCal/compare/2.6.0...2.7.0
245248
[2.6.0]: https://github.com/markuspoerschke/iCal/compare/2.5.1...2.6.0
246249
[2.5.1]: https://github.com/markuspoerschke/iCal/compare/2.5.0...2.5.1

0 commit comments

Comments
 (0)