diff --git a/ChangeLog.md b/ChangeLog.md index b24e6d8e..48306228 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,11 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.16.1 +* Fix contacts sync on Android 11 +* Fix issue with tasks.org crashing because of permissions +* Update cert4android + ## Version 1.16.0 * Add support for the Tasks.org task provider - you can now just use Tasks.org without needing to add an account there. diff --git a/fastlane/metadata/android/en-US/changelogs/113.txt b/fastlane/metadata/android/en-US/changelogs/113.txt new file mode 100644 index 00000000..74ca70cc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/113.txt @@ -0,0 +1,3 @@ +* Fix contacts sync on Android 11 +* Fix issue with tasks.org crashing because of permissions +* Update cert4android