diff --git a/CHANGELOG.md b/CHANGELOG.md index d483c7b..40f212f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.15.0 +- Fix export of WKST attribute of a RRULE [#10](https://github.com/Enough-Software/enough_icalendar/issues/10) with thanks to [tgrushka](https://github.com/tgrushka)! + ## 0.14.0 - Ensure compatibility with Flutter 3.10 - with thanks to [hurkanugur](https://github.com/hurkanugur)! diff --git a/pubspec.yaml b/pubspec.yaml index 85b294c..c60e3be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: enough_icalendar description: iCalendar library to parse, generate and respond to iCal / ics invites. Fully compliant with RFC 5545 (iCalendar) and RFC 5546 (iTIP). -version: 0.14.0 +version: 0.15.0 homepage: https://github.com/Enough-Software/enough_icalendar environment: