Skip to content

Commit

Permalink
Release version 2.8.0 (#474)
Browse files Browse the repository at this point in the history
* Release 2.8.0

* Fix code style!

Co-authored-by: markuspoerschke <markuspoerschke@users.noreply.github.com>
Co-authored-by: markuspoerschke-bot <markuspoerschke-bot@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 22, 2022
1 parent 0e2c46d commit 471d9c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.0] - 2022-12-22

### Added

- Support chaining of Calendar.setPublishedTTL() [#452](https://github.com/markuspoerschke/iCal/pull/452)
Expand Down Expand Up @@ -240,7 +242,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.7.0...HEAD
[unreleased]: https://github.com/markuspoerschke/iCal/compare/2.8.0...HEAD
[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
[2.5.1]: https://github.com/markuspoerschke/iCal/compare/2.5.0...2.5.1
Expand Down

0 comments on commit 471d9c4

Please sign in to comment.