From d2f3f782c73259d91f4470115d5d51942a84ab6a Mon Sep 17 00:00:00 2001
From: Vishesh Handa <me@vhanda.in>
Date: Sun, 1 Dec 2019 15:52:07 +0100
Subject: [PATCH] Bump version and update changelog

---
 CHANGELOG.md | 5 +++++
 pubspec.yaml | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f6901ce..6d2442b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [1.20]
+* Show all notes from all subdirectories
+* Improve appearance in dark mode
+* Bug: Fix ssh key not being regenerated error
+
 ## [1.18] - 2019-11-02
 
 * Better handling of Markdown files without YAML headers
diff --git a/pubspec.yaml b/pubspec.yaml
index f530cf68..a909f0b3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: gitjournal
 description: A Journaling App Built on top of Git
-version: 1.19+10
+version: 1.20+10
 
 dependencies:
   flutter: