diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bc27a..7ea1b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.0 +- Support `X-MICROSOFT-CDO-ALLDAYEVENT` property, access it via `VEvent.isAllDayEvent` +- Attendees are now optional when creating an event + ## 0.7.0 - Uses UTC date times when encountering UTC DateTime values. To get the local time, call `toLocal()`, e.g. `final localStartTime = event.start!.toLocal();` diff --git a/README.md b/README.md index b6f2d64..e76ffe8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_icalendar: ^0.5.0 + enough_icalendar: ^0.8.0 ``` The latest version or `enough_icalendar` is [![enough_icalendar version](https://img.shields.io/pub/v/enough_icalendar.svg)](https://pub.dartlang.org/packages/enough_icalendar). diff --git a/pubspec.yaml b/pubspec.yaml index bfdac44..7807b73 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.7.0 +version: 0.8.0 homepage: https://github.com/Enough-Software/enough_icalendar environment: