diff --git a/ChangeLog.md b/ChangeLog.md index 047382bf..2ad8b9b5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog +## Version 1.4.12 +* Import: fix potential crashes in the import process. +* Email invitations: improve signature. + ## Version 1.4.11 * Import: use the UUID from the import source (e.g. Google account or file) rather than generating a new one. * This prevents duplicates when importing multiple times. diff --git a/fastlane/metadata/android/en-US/changelogs/77.txt b/fastlane/metadata/android/en-US/changelogs/77.txt new file mode 100644 index 00000000..66ed2085 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/77.txt @@ -0,0 +1,2 @@ +* Import: fix potential crashes in the import process. +* Email invitations: improve signature.