diff --git a/ChangeLog.md b/ChangeLog.md index 0e3a0794..b24e6d8e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.16.0 +* Add support for the Tasks.org task provider - you can now just use Tasks.org without needing to add an account there. + ## Version 1.15.1 * Safely ignore temporary gateway timeouts diff --git a/fastlane/metadata/android/en-US/changelogs/112.txt b/fastlane/metadata/android/en-US/changelogs/112.txt new file mode 100644 index 00000000..d4e65195 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/112.txt @@ -0,0 +1 @@ +* Add support for the Tasks.org task provider - you can now just use Tasks.org without needing to add an account there.