diff --git a/ChangeLog.md b/ChangeLog.md index d39cff03..580e8b90 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 2.1.1 +* Debug info: fix manually sending of crash reports to have visual feedback. +* Debug info: fix manually sending of crash reports to include more crash information. +* Fixed a few crashes that were happening in some rare cases. + ## Version 2.1.0 * Change the crash reporting to not rely on email (use HTTP instead) diff --git a/fastlane/metadata/android/en-US/changelogs/20101.txt b/fastlane/metadata/android/en-US/changelogs/20101.txt new file mode 100644 index 00000000..a2644345 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20101.txt @@ -0,0 +1,3 @@ +* Debug info: fix manually sending of crash reports to have visual feedback. +* Debug info: fix manually sending of crash reports to include more crash information. +* Fixed a few crashes that were happening in some rare cases.