diff --git a/ChangeLog b/ChangeLog
index 8c12266..5693472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+version 1.1.7
+
+	* Support for systemd in "make install".
+	* fixed a minor bug in "Keys" extension (#65).
+
 version 1.1.6
 
 	* New config option "bind_ip".
diff --git a/src/constants.hpp b/src/constants.hpp
index 1cb47e7..271724c 100644
--- a/src/constants.hpp
+++ b/src/constants.hpp
@@ -33,7 +33,7 @@ const std::size_t   MAX_REQUEST_LENGTH  = 30 << 20; // 30 MiB
 const int           MAX_SLAVES          = 5;
 const int           MAX_CONSECUTIVE_GCS = 3;
 
-const char          VERSION[] = "yrmcds version 1.1.6";
+const char          VERSION[] = "yrmcds version 1.1.7";
 
 } // namespace yrmcds