From 783dbaa505d2b1189bf90a377ffd8790b8d0e63a Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 10 Jun 2020 10:56:40 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f116eb0..e82a8861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.57] - 2020-06-10 +* Better support for auto adding list items when typing +* Bug fix in iOS where notes would no longer be shown +* Improve OAuth initialization + - On Android the app is kept alive during the OAuth process + - On iOS we close the browser properly + ## [1.56] - 2020-06-04 * Bug fix for Folder Names * Make it easier to add a new tags diff --git a/pubspec.yaml b/pubspec.yaml index b65ac882..2301e60d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gitjournal description: A Note Taking App Built on top of Git -version: 1.56.1+10 +version: 1.57.0+10 dependencies: flutter: