diff --git a/README-zh.md b/README-zh.md
index c39aa3faf..9637b4ab4 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -70,7 +70,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
com.tencent.cloud
spring-cloud-tencent-dependencies
- 1.8.1-Hoxton.SR12
+ 1.8.2-Hoxton.SR12
pom
import
diff --git a/README.md b/README.md
index 466a35f45..a46d6e0d7 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ For example:
com.tencent.cloud
spring-cloud-tencent-dependencies
- 1.8.1-Hoxton.SR12
+ 1.8.2-Hoxton.SR12
pom
import
diff --git a/changes/changes-1.8.2.md b/changes/changes-1.8.2.md
new file mode 100644
index 000000000..1ff48cf6e
--- /dev/null
+++ b/changes/changes-1.8.2.md
@@ -0,0 +1,6 @@
+# Change Log
+---
+
+- [fix router concurrent bug&fix spring-retry circuit breaker not work bug](https://github.com/Tencent/spring-cloud-tencent/pull/679)
+- [fix router unit test](https://github.com/Tencent/spring-cloud-tencent/pull/684)
+- [fix weight load balancer bug](https://github.com/Tencent/spring-cloud-tencent/pull/704)