diff --git a/device_calendar/CHANGELOG.md b/device_calendar/CHANGELOG.md index 7a6fc969..d99b1154 100644 --- a/device_calendar/CHANGELOG.md +++ b/device_calendar/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.5 - 14th June 2018 + +* [Android] Fixing an issue with retrieval events by id + ## 0.0.4 - 12th June 2018 * Reordering changelog diff --git a/device_calendar/pubspec.yaml b/device_calendar/pubspec.yaml index 4943f66d..4de4ca57 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.4 +version: 0.0.5 author: Built to Roam homepage: https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar