diff --git a/CHANGELOG.md b/CHANGELOG.md index 459f71b..f653f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.1.0] - 07/12/2022 + +* Fixed EXDATE parsing ([#44](https://github.com/TesteurManiak/icalendar_parser/pull/44) +* Upgraded dev dependencies +* Refactored some code to beneficiate from enhanced enums + ## [1.0.2] - 08/07/2022 * Added EXDATE ([#37](https://github.com/TesteurManiak/icalendar_parser/pull/37) from [LucaCoduriV](https://github.com/LucaCoduriV)) diff --git a/example/pubspec.lock b/example/pubspec.lock index d708391..1356d34 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -80,7 +80,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.1.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b51a073..c5f29c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: icalendar_parser description: Package to parse iCalendar (.ics) files written in pure Dart. -version: 1.0.2 +version: 1.1.0 homepage: https://github.com/TesteurManiak repository: https://github.com/TesteurManiak/icalendar_parser