diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea1b24..9235017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0 +- Fix duration parsing [#2](https://github.com/Enough-Software/enough_icalendar/issues/2) +- Support `X-WR-CALNAME` property, use VCalendar.calendarName to get/set it [#3](https://github.com/Enough-Software/enough_icalendar/issues/3) + ## 0.8.0 - Support `X-MICROSOFT-CDO-ALLDAYEVENT` property, access it via `VEvent.isAllDayEvent` - Attendees are now optional when creating an event diff --git a/pubspec.yaml b/pubspec.yaml index 7807b73..d0a75e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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.8.0 +version: 0.9.0 homepage: https://github.com/Enough-Software/enough_icalendar environment: