diff --git a/CHANGELOG.md b/CHANGELOG.md index f18caa0..a5dfca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.1] - 04/10/2021 + +* Fixed [issue #33](https://github.com/TesteurManiak/icalendar_parser/issues/33): Exception on ORGANIZER field parsing + ## [1.0.0] - 22/09/2021 * Fixed `fromString` constructor diff --git a/pubspec.yaml b/pubspec.yaml index af8e1ba..3febc8a 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.0 +version: 1.0.1 homepage: https://github.com/TesteurManiak repository: https://github.com/TesteurManiak/icalendar_parser