diff --git a/ChangeLog.md b/ChangeLog.md index 62de1579..49e23031 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.8.3 +* Improve debug information when failing to create local entries +* Update ical4android + ## Version 1.8.2 * Fix SSL errors for old Android clients that don't default to TLSv1.2 * Update cert4android diff --git a/fastlane/metadata/android/en-US/changelogs/87.txt b/fastlane/metadata/android/en-US/changelogs/87.txt new file mode 100644 index 00000000..9753bed6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/87.txt @@ -0,0 +1,2 @@ +* Improve debug information when failing to create local entries +* Update ical4android