diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebd309aec..234e7e20d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,31 +1,4 @@
# Change Log
---
-- [feature: support reactive discovery client health indicator.](https://github.com/Tencent/spring-cloud-tencent/pull/983)
-- [feat: Enhance default configuration to support `application*.yaml` and `bootstrap*.yaml`.](https://github.com/Tencent/spring-cloud-tencent/pull/985)
-- [feat:Remove error log from `DecodeTransferMetadataReactiveFilter`.](https://github.com/Tencent/spring-cloud-tencent/pull/989)
-- [Feature: add AssemblyFlow to support tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/993)
-- [Refactoring: Refactor Circuitbreaker ut.](https://github.com/Tencent/spring-cloud-tencent/pull/997)
-- [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1001)
-- [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1006)
-- [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1010)
-- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1016)
-- [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1020)
-- [feat: update sct-all package method by maven shaded plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1024)
-- [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1029)
-- [build(deps): bump guava in /spring-cloud-tencent-dependencies](https://github.com/Tencent/spring-cloud-tencent/pull/1034)
-- [fix:fix reporting bug when port is -1.](https://github.com/Tencent/spring-cloud-tencent/pull/1038)
-- [fix:update guava version.](https://github.com/Tencent/spring-cloud-tencent/pull/1041)
-- [fix:fix circuit breaker bean load order bug when using Nacos discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1048)
-- [feat:added automatic optimization for dynamic config refresh type.](https://github.com/Tencent/spring-cloud-tencent/pull/1053)
-- [refactor:refactor Polaris registration.](https://github.com/Tencent/spring-cloud-tencent/pull/1055)
-- [fix:fix SCG report wrong service bug when using IP routing.](https://github.com/Tencent/spring-cloud-tencent/pull/1063)
-- [fix:fix gray release examples bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1066)
-- [fix:fix router label feign interceptor order.](https://github.com/Tencent/spring-cloud-tencent/pull/1069)
-- [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1062)
-- [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1074)
-- [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1077)
-- [fix:upgrade spring version.](https://github.com/Tencent/spring-cloud-tencent/pull/1086)
-- [fix:Update README-zh.md](https://github.com/Tencent/spring-cloud-tencent/pull/1090).
-- [feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.](https://github.com/Tencent/spring-cloud-tencent/pull/1103).
- [fix: dynamic routing using cookies.](https://github.com/Tencent/spring-cloud-tencent/pull/1097)
diff --git a/README-zh.md b/README-zh.md
index d954dc425..548c7ff73 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -78,7 +78,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
com.tencent.cloud
spring-cloud-tencent-dependencies
- 1.11.7-2021.0.6
+ 1.12.0-2021.0.8
pom
import
diff --git a/README.md b/README.md
index b77c0cd94..17092db54 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ For example:
com.tencent.cloud
spring-cloud-tencent-dependencies
- 1.11.7-2021.0.6
+ 1.12.0-2021.0.8
pom
import
diff --git a/changes/changes-1.12.0.md b/changes/changes-1.12.0.md
new file mode 100644
index 000000000..7c2ab4c03
--- /dev/null
+++ b/changes/changes-1.12.0.md
@@ -0,0 +1,30 @@
+# Change Log
+---
+
+- [feature: support reactive discovery client health indicator.](https://github.com/Tencent/spring-cloud-tencent/pull/983)
+- [feat: Enhance default configuration to support `application*.yaml` and `bootstrap*.yaml`.](https://github.com/Tencent/spring-cloud-tencent/pull/985)
+- [feat:Remove error log from `DecodeTransferMetadataReactiveFilter`.](https://github.com/Tencent/spring-cloud-tencent/pull/989)
+- [Feature: add AssemblyFlow to support tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/993)
+- [Refactoring: Refactor Circuitbreaker ut.](https://github.com/Tencent/spring-cloud-tencent/pull/997)
+- [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1001)
+- [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1006)
+- [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1010)
+- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1016)
+- [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1020)
+- [feat: update sct-all package method by maven shaded plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1024)
+- [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1029)
+- [build(deps): bump guava in /spring-cloud-tencent-dependencies](https://github.com/Tencent/spring-cloud-tencent/pull/1034)
+- [fix:fix reporting bug when port is -1.](https://github.com/Tencent/spring-cloud-tencent/pull/1038)
+- [fix:update guava version.](https://github.com/Tencent/spring-cloud-tencent/pull/1041)
+- [fix:fix circuit breaker bean load order bug when using Nacos discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1048)
+- [feat:added automatic optimization for dynamic config refresh type.](https://github.com/Tencent/spring-cloud-tencent/pull/1053)
+- [refactor:refactor Polaris registration.](https://github.com/Tencent/spring-cloud-tencent/pull/1055)
+- [fix:fix SCG report wrong service bug when using IP routing.](https://github.com/Tencent/spring-cloud-tencent/pull/1063)
+- [fix:fix gray release examples bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1066)
+- [fix:fix router label feign interceptor order.](https://github.com/Tencent/spring-cloud-tencent/pull/1069)
+- [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1062)
+- [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1074)
+- [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1077)
+- [fix:upgrade spring version.](https://github.com/Tencent/spring-cloud-tencent/pull/1086)
+- [fix:Update README-zh.md](https://github.com/Tencent/spring-cloud-tencent/pull/1090).
+- [feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.](https://github.com/Tencent/spring-cloud-tencent/pull/1103).
diff --git a/pom.xml b/pom.xml
index e680774fb..dab311801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
- 1.12.0-2021.0.8-SNAPSHOT
+ 1.13.0-2021.0.8-SNAPSHOT
5.3.29
diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml
index ba525e015..46235c7bf 100644
--- a/spring-cloud-tencent-dependencies/pom.xml
+++ b/spring-cloud-tencent-dependencies/pom.xml
@@ -70,7 +70,7 @@
- 1.12.0-2021.0.8-SNAPSHOT
+ 1.13.0-2021.0.8-SNAPSHOT
1.14.0