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: