Skip to content

Commit

Permalink
Release 2.14.0 (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: markuspoerschke <[email protected]>
  • Loading branch information
markuspoerschke-bot and markuspoerschke authored Jul 11, 2024
1 parent 15d5abe commit 3123533
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.14.0] - 2024-07-11

### Fixed

- Fix \n being escaped to \\n, leading to no newlines in actual text [#617](https://github.com/markuspoerschke/iCal/pull/617)
- Fix \\n being escaped to \\n, leading to no newlines in actual text [#617](https://github.com/markuspoerschke/iCal/pull/617)

## [2.13.0] - 2023-12-19

Expand Down Expand Up @@ -286,7 +288,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.13.0...HEAD
[Unreleased]: https://github.com/markuspoerschke/iCal/compare/2.14.0...HEAD
[2.14.0]: https://github.com/markuspoerschke/iCal/compare/2.13.0...2.14.0
[2.13.0]: https://github.com/markuspoerschke/iCal/compare/2.12.1...2.13.0
[2.12.1]: https://github.com/markuspoerschke/iCal/compare/2.12.0...2.12.1
[2.12.0]: https://github.com/markuspoerschke/iCal/compare/2.11.0...2.12.0
Expand Down

0 comments on commit 3123533

Please sign in to comment.