From 76fb00c1acfa2949cec252a3a4011ff66cf15b34 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 12 Jan 2022 03:03:16 +0800 Subject: [PATCH 1/2] Version bump --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 67f8c22c..fe5518ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: device_calendar description: A cross platform plugin for modifying calendars on the user's device. -version: 4.1.0 +version: 4.2.0 homepage: https://github.com/builttoroam/device_calendar/tree/master dependencies: From a0597fa5655cc1e7975864704ff4ed02b0d2396a Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 12 Jan 2022 03:10:13 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7296018b..b0380004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## [4.2.0](https://github.com/builttoroam/device_calendar/releases/tag/4.2.0) + +- Fix: apks can be build correctly now +- Support for viewing and editing attendee status + - iOS needs a specific native view and permissions to edit attendees due to iOS restrictions. See README and example app. + ## [4.1.0](https://github.com/builttoroam/device_calendar/releases/tag/4.1.0) - Fix: title, descriptions etc are now retrieved properly.