diff --git a/debian/changelog b/debian/changelog
index 680cdb41479a5d1d82ab1e765baa86fd3ebf7540..0808bcfb5b4cc328056bbadb8dbcc4ecc2b02718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+squeekboard (1.6.0) UNRELEASED; urgency=medium
+
+  [ Dorota Czaplejewicz ]
+  * tools: Move entry.py
+  * build: Move building of squeekboard-test-layout to tools
+  * packaging: Install entty.py as squeekboard-entry
+  * Remove unused build dependencies
+  * Remove unused header generator
+  * logging: Move all facilities to one file
+  * logging: Described the design
+  * logging: Add described log levels
+  * popover: Install emoji layout
+  * popover: Show overlays as selected
+  * Fix old Rust woes
+  * emoji: Add a passable layout
+  * Fix g_ and stdlib allocation/free mismatches
+
+ -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm>  Thu, 02 Jan 2020 12:02:50 +0000
+ 
 squeekboard (1.5.0) amber-phone; urgency=medium
 
   [ Dorota Czaplejewicz ]
diff --git a/meson.build b/meson.build
index 700416832416bbab99b5c4917aa42844b5033917..9cbfc5f300da72c26522a3ebc9d5b104e8c40523 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'squeekboard',
     'c', 'rust',
-    version: '1.5.0',
+    version: '1.6.0',
     license: 'GPLv3',
     meson_version: '>=0.51.0',
     default_options: [