diff --git a/ChangeLog.md b/ChangeLog.md index 42a7899a..2152108d 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 2.1.4 +* Event invitations: only send invitations if we are the organizers +* Fix rare crash when pushing changes with EteSync 1.0 accounts + ## Version 2.1.3 * Fix crashes on older Android devices * Fix crashes with some screen not loading for some users. diff --git a/fastlane/metadata/android/en-US/changelogs/20104.txt b/fastlane/metadata/android/en-US/changelogs/20104.txt new file mode 100644 index 00000000..d79e5a87 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20104.txt @@ -0,0 +1,2 @@ +* Event invitations: only send invitations if we are the organizers +* Fix rare crash when pushing changes with EteSync 1.0 accounts