diff --git a/debian/changelog b/debian/changelog
index fd0894a7839e3a0520ad80a7aa7a3059bd1e7dfd..1ad884e12d1d315863cc23c71387bed9bab15c4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+chatty (0.1.4) amber-phone; urgency=high
+
+  [ Mohammed Sadiq ]
+  * settings: Add a weak pointer to self
+  * Add initial tests
+  * README.md: Add ‘running from source’ section
+  * build: fix generating version from git
+
+  [ Andrea Schaefer ]
+  * Remove 'show offline contacts' pref
+  * Add librem.one as default jabber provider
+  * Remove function prototype
+  * Frame account settings in listbox/rows
+  * Open URI when modem is connected
+  * Improve empty-state overlay handling
+  * Change matrix default server
+
+ -- Andrea Schaefer <andrea.schaefer@puri.sm  Sun, 15 Dec 2019 13:12:46 +0100
+
 chatty (0.1.3) amber-phone; urgency=high
 
   [ Mohammed Sadiq ]
diff --git a/meson.build b/meson.build
index e37fe661cbfe6c1bcc3e197fa31a9d3893b1f648..86321cc19f2d740bce5bca827253918fe1a20f57 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('chatty', 'c',        version: '0.1.3',
+project('chatty', 'c',        version: '0.1.4',
   meson_version: '>= 0.41.0',
 )
 
diff --git a/src/chatty-purple-init.h b/src/chatty-purple-init.h
index 910f7238883868068be4e0f1156d4663207e9e74..23e2bb14a7abcd2ad31f532e1aa536efc88ea930 100644
--- a/src/chatty-purple-init.h
+++ b/src/chatty-purple-init.h
@@ -12,7 +12,7 @@
 
 #define CHATTY_APP_NAME     "Chats"
 #define CHATTY_APP_ID       "sm.puri.Chatty"
-#define CHATTY_VERSION      "v0.1.3"
+#define CHATTY_VERSION      "v0.1.4"
 #define CHATTY_UI           "chatty-ui"
 #define CHATTY_PREFS_ROOT   "/chatty"