diff --git a/ChangeLog.md b/ChangeLog.md index a5c5019d..1c7ac450 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.6.1 +* Fixed contacts import +* Make it easier to report import errors + ## Version 1.6.0 * Change journal: make it possible to revert an item to a past state ("undo change"). diff --git a/fastlane/metadata/android/en-US/changelogs/81.txt b/fastlane/metadata/android/en-US/changelogs/81.txt new file mode 100644 index 00000000..8aa97dca --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/81.txt @@ -0,0 +1,2 @@ +* Fixed contacts import +* Make it easier to report import errors