From f28d548d9ad9eeaa754a7e36b98146048a3ac078 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 8 May 2020 10:36:37 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d5d4a2..06207cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.51] - 2020-05-08 +* Add a bottom bar in the NoteEditor to show the Folder +* Add very basic Image support +* Allow sorting by Title and Filename +* Add a Debug screen for users to more easily debug issues + ## [1.50] - 2020-05-01 * Show num of changes to be pushed * Follow GitHub's checklist format diff --git a/pubspec.yaml b/pubspec.yaml index 72097892..274ebab3 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.50.0+10 +version: 1.51.0+10 dependencies: flutter: