From c66666d6d81b8d666588f3245b765e2ed683c3f3 Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Wed, 23 Sep 2020 22:34:54 +0800
Subject: [PATCH] add changes.md

---
 CHANGE.md    | 28 ++++++++++++++++++++++++++++
 README.md    |  2 ++
 README_CN.md |  4 ++++
 3 files changed, 34 insertions(+)

diff --git a/CHANGE.md b/CHANGE.md
index 90cb5a144..b91e67942 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,6 +1,34 @@
 # Release Notes
 ---
 
+## 1.5.2
+
+### New Features
+- [Add consul service discovery](https://github.com/apache/dubbo-go/pull/701) @zhangshen023
+- [Add File system service discovery](https://github.com/apache/dubbo-go/pull/732) @DogBaoBao
+- [Migrate travis Ci to Github Actions](https://github.com/apache/dubbo-go/pull/752) @sdttttt
+- [Add sentinel-golang flow control/circuit breaker](https://github.com/apache/dubbo-go/pull/748) @louyuting
+- [Add dubbo-go docs and blog into doc directory](https://github.com/apache/dubbo-go/pull/767) @oaoit 
+
+### Enhancement
+- [Refactor network and codec model](https://github.com/apache/dubbo-go/pull/673) @fangyincheng @georgehao
+- [Remove unnecessary return and judgement](https://github.com/apache/dubbo-go/pull/730) @YongHaoWu 
+- [Improve exporter append method](https://github.com/apache/dubbo-go/pull/722) @gaoxinge  
+- [Refactor for proxyInvoker cannot be extended](https://github.com/apache/dubbo-go/pull/747) @cvictory 
+- [Refactor attachment type from map\[string\]stiring to map\[string\]interface{}](https://github.com/apache/dubbo-go/pull/713) @cvictory 
+- [Improve map access concurrency](https://github.com/apache/dubbo-go/pull/739) @skyao 
+- [Improve code quantity](https://github.com/apache/dubbo-go/pull/763) @gaoxinge 
+
+### Bugfixes
+- [Fix etcdv3 lease](https://github.com/apache/dubbo-go/pull/738) @zhangshen023 
+- [Fix rename SethealthChecker to SetHealthChecker](https://github.com/apache/dubbo-go/pull/746) @watermelo  
+- [Fix init config problem in HystrixFilter](https://github.com/apache/dubbo-go/pull/731) @YGrylls   
+- [Fix zookeeper listener report error after started](https://github.com/apache/dubbo-go/pull/735) @wenxuwan      
+
+Milestone: [https://github.com/apache/dubbo-go/milestone/4](https://github.com/apache/dubbo-go/milestone/4?closed=1)
+
+Project: [https://github.com/apache/dubbo-go/projects/10](https://github.com/apache/dubbo-go/projects/10)
+
 ## 1.5.1
 
 ### New Features
diff --git a/README.md b/README.md
index 9e1edd3af..492e7d00e 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ Apache License, Version 2.0
 
 ## Release note ##
 
+[v1.5.2 - Sep 23, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.5.2)
+
 [v1.5.1 - Aug 23, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.5.1)
 
 [v1.5.0 - July 24, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.5.0)
diff --git a/README_CN.md b/README_CN.md
index b76d8983d..b3e375e1f 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -15,6 +15,10 @@ Apache License, Version 2.0
 
 ## 鍙戝竷鏃ュ織 ##
 
+[v1.5.2 - 2020骞�9鏈�23鏃(https://github.com/apache/dubbo-go/releases/tag/v1.5.2)
+
+[v1.5.1 - 2020骞�8鏈�23鏃(https://github.com/apache/dubbo-go/releases/tag/v1.5.1)
+
 [v1.5.0 - 2020骞�7鏈�24鏃(https://github.com/apache/dubbo-go/releases/tag/v1.5.0)
 
 [v1.4.0 - 2020骞�3鏈�17鏃(https://github.com/apache/dubbo-go/releases/tag/v1.4.0)
-- 
GitLab