diff --git a/ChangeLog.md b/ChangeLog.md index 6cb4647d..a5202ef1 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.9.5 +* Fix issue with journal preview showing the wrong dates. +* Revert the fixes in 1.9.4 because they were not actually needed. + ## Version 1.9.4 * Hopefully really fix issue with temporarily disappearing tasks/events diff --git a/fastlane/metadata/android/en-US/changelogs/95.txt b/fastlane/metadata/android/en-US/changelogs/95.txt new file mode 100644 index 00000000..f155c873 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/95.txt @@ -0,0 +1,2 @@ +* Fix issue with journal preview showing the wrong dates. +* Revert the fixes in 1.9.4 because they were not actually needed.