Bump v1.1.37
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4529216..41c106e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.10)
 project(kvrocks
-        VERSION 1.1.36
+        VERSION 1.1.37
         DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
         LANGUAGES CXX)
 
diff --git a/Changelog b/Changelog
index 7246114..f1bcdeb 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+* Version 1.1.37 (@2020-11-18)
+	- FIX: old pipeline cmd response should be cleared
+
 * Version 1.1.36 (@2020-11-17)
 	- FIX: core (dynamicResizeBlockAndSST may use closed db and cf)