diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b6880..f18caa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.0] - 22/09/2021 + +* Fixed `fromString` constructor +* Full test coverage on the package + ## [0.8.1] - 11/08/2021 * Added RRULE [#30](https://github.com/TesteurManiak/icalendar_parser/pull/30) diff --git a/pubspec.yaml b/pubspec.yaml index d03bc82..af8e1ba 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: 0.8.1 +version: 1.0.0 homepage: https://github.com/TesteurManiak repository: https://github.com/TesteurManiak/icalendar_parser