diff --git a/ChangeLog.md b/ChangeLog.md index 749e03cd..5ef35a25 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.7.1 +* Fix handling of SSL handshake exceptions +* Upgraded vcard4android and ical4android deps to latest +* Improve debug logs + ## Version 1.7.0 * Debug info: add calling class information to reports. diff --git a/fastlane/metadata/android/en-US/changelogs/83.txt b/fastlane/metadata/android/en-US/changelogs/83.txt new file mode 100644 index 00000000..8f658db1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/83.txt @@ -0,0 +1,3 @@ +* Fix handling of SSL handshake exceptions +* Upgraded vcard4android and ical4android deps to latest +* Improve debug logs