diff --git a/debian/changelog b/debian/changelog
index 196c8fd1fee6a4a71b1bca279b0973fcc3874bc0..ad322f3b37ce0284a2018364997f72d45e92ad65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tarantool (1.6.9.1.g3a3f705-1) unstable; urgency=medium
+
+  * Tab-based autocompletion in the interactive console
+  * LUA_PATH and LUA_CPATH environment variables taken into account
+  * A new box.cfg { read_only = true } option
+  * Upgrade script for 1.6.4 -> 1.6.8 -> 1.6.9
+  * Bugs fixed:
+  https://github.com/tarantool/tarantool/issues?q=milestone%3A1.6.9+is%3Aclosed
+
+ -- Roman Tsisyk <roman@tarantool.org>  Mon, 26 Sep 2016 16:21:39 +0300
+
 tarantool (1.6.8.762.g15ed10e-1) unstable; urgency=medium
 
   * Add support for OpenSSL 1.1 (FTBFS). Closes: #835798.
diff --git a/debian/control b/debian/control
index 4854b16e4aee42a72f3032404736b4e0844f7007..d96bdc4a889a8d3d18b532a113f160848fd7f3b4 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,7 @@ Package: tarantool
 Architecture: i386 amd64 armhf arm64
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, libgomp1, libyaml-0-2,
- openssl, tarantool-common (>= 1.6)
+ openssl, tarantool-common (>= 1.6.9)
 Replaces: tarantool-lts
 Conflicts: tarantool-lts-common,
  tarantool-lts,
diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec
index 001c694cd916f7241a72d0fb6d5286ba032f05d8..1d94c7b16dd8e1c119e9a2586d0c31e8a47a0727 100644
--- a/rpm/tarantool.spec
+++ b/rpm/tarantool.spec
@@ -60,7 +60,7 @@ BuildRequires: python-yaml >= 3.0.9
 Name: tarantool
 # ${major}.${major}.${minor}.${patch}, e.g. 1.6.8.175
 # Version is updated automaically using git describe --long --always
-Version: 1.6.8.0
+Version: 1.6.9.0
 Release: 1%{?dist}
 Group: Applications/Databases
 Summary: In-memory database and Lua application server
@@ -200,6 +200,14 @@ chkconfig --del tarantool
 %{_includedir}/tarantool/module.h
 
 %changelog
+* Mon Sep 26 2016 Roman Tsisyk <roman@tarantool.org> 1.6.9.1-1
+ - Tab-based autocompletion in the interactive console
+ - LUA_PATH and LUA_CPATH environment variables taken into account
+ - A new box.cfg { read_only = true } option
+ - Upgrade script for 1.6.4 -> 1.6.8 -> 1.6.9
+ - Bugs fixed:
+   https://github.com/tarantool/tarantool/issues?q=milestone%3A1.6.9+is%3Aclosed
+
 * Tue Sep 01 2016 Roman Tsisyk <roman@tarantool.org> 1.6.8.762-1
 - Add support for OpenSSL 1.1