From 43c54ee6fce1c6b2942c65f7228d8b521e4984b6 Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Mon, 18 Jun 2018 16:03:40 +1000 Subject: [PATCH] Update pubspec and change log for 0.0.6 release --- device_calendar/CHANGELOG.md | 3 +++ device_calendar/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/device_calendar/CHANGELOG.md b/device_calendar/CHANGELOG.md index e5f284d5..63bd0433 100644 --- a/device_calendar/CHANGELOG.md +++ b/device_calendar/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.6 - 18th June 2018 +* [iOS] Fix an issue when adding/updating an event with a null description + ## 0.0.5 - 14th June 2018 * [Android] Fixed an issue with retrieving events by id only diff --git a/device_calendar/pubspec.yaml b/device_calendar/pubspec.yaml index 4de4ca57..07065e07 100644 --- a/device_calendar/pubspec.yaml +++ b/device_calendar/pubspec.yaml @@ -1,6 +1,6 @@ name: device_calendar description: A cross platform plugin for modifying calendars on the user's device. -version: 0.0.5 +version: 0.0.6 author: Built to Roam homepage: https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar