From 17992364ffb3b9b7ddeb8b876783aa3837292fd9 Mon Sep 17 00:00:00 2001
From: JinHai-CN <hai.jin@zilliz.com>
Date: Mon, 21 Oct 2019 18:04:11 +0800
Subject: [PATCH] Update CHANGELOG.md

Former-commit-id: 2e4ad641e6a9131113de58fa1c68f20bb9e347cb
---
 CHANGELOG.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47ab1cb94e..647a605206 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 Please mark all change in change log and use the ticket from JIRA.
 
+# Milvus 0.5.1 (TODO)
+
+## Bug
+## Improvement
+## Feature
+## Task
+
 # Milvus 0.5.0 (TODO)
 
 ## Bug
@@ -58,7 +65,7 @@ Please mark all change in change log and use the ticket from JIRA.
 - MS-655 - Upgrade SPTAG
 - \#42 - Put union of index_build_device and search resources to gpu_pool
 
-## New Feature
+## Feature
 - MS-614 - Preload table at startup
 - MS-627 - Integrate new index: IVFSQHybrid
 - MS-631 - IVFSQ8H Index support
@@ -202,7 +209,7 @@ Please mark all change in change log and use the ticket from JIRA.
 - MS-576 - Scheduler refactor
 - MS-592 - Change showtables stream transport to unary
 
-## New Feature
+## Feature
 - MS-343 - Implement ResourceMgr
 - MS-338 - NewAPI: refine code to support CreateIndex
 - MS-339 - NewAPI: refine code to support DropIndex
@@ -263,7 +270,7 @@ Please mark all change in change log and use the ticket from JIRA.
 - MS-332 - Set grpc and thrift server run concurrently
 - MS-352 - Add hybrid index
 
-## New Feature
+## Feature
 - MS-180 - Add new mem manager
 - MS-195 - Add nlist and use_blas_threshold conf
 - MS-137 - Integrate knowhere
@@ -297,7 +304,7 @@ Please mark all change in change log and use the ticket from JIRA.
 - MS-126 - Add more error code
 - MS-128 - Change default db path
 
-## New Feature
+## Feature
 
 - MS-57 - Implement index load/search pipeline
 - MS-56 - Add version information when server is started
@@ -342,7 +349,7 @@ Please mark all change in change log and use the ticket from JIRA.
 
 - MS-20 - Clean Code Part 1
 
-## New Feature
+## Feature
 
 - MS-5 - Implement Auto Archive Feature
 - MS-6 - Implement SDK interface part 1