From 70e6d6842d802c8e997d54fc19c2ed297681fd52 Mon Sep 17 00:00:00 2001
From: Haotian Zhang <928016560@qq.com>
Date: Tue, 14 Mar 2023 10:03:00 +0800
Subject: [PATCH] begin 1.11.0-2020.0.5-SNAPSHOT.

---
 CHANGELOG.md                              | 15 ---------------
 changes/changes-1.10.0.md                 | 18 ++++++++++++++++++
 pom.xml                                   |  2 +-
 spring-cloud-tencent-dependencies/pom.xml |  2 +-
 4 files changed, 20 insertions(+), 17 deletions(-)
 create mode 100644 changes/changes-1.10.0.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0f532e8e..06c1f8175 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,3 @@
 # Change Log
 ---
 
-- [docs:Add code coverage blocking.](https://github.com/Tencent/spring-cloud-tencent/pull/837)
-- [docs:Add license checker GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/841)
-- [refactor:move loadbalancer to discovery module.](https://github.com/Tencent/spring-cloud-tencent/pull/845)
-- [feature:add PolarisRateLimiterLimitedFallback spi. ](https://github.com/Tencent/spring-cloud-tencent/pull/858)
-- [fix:fix the error capture of rate limit exception.](https://github.com/Tencent/spring-cloud-tencent/pull/861)
-- [feat:enable stat reporting as default.](https://github.com/Tencent/spring-cloud-tencent/pull/864)
-- [refactor:update to junit 5.](https://github.com/Tencent/spring-cloud-tencent/pull/867)
-- [docs:support auto snapshot release in GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/870)
-- [feature:add User-Agent:polaris for healthyCheck api.](https://github.com/Tencent/spring-cloud-tencent/pull/873)
-- [optimize:optimize ServiceRuleManager.](https://github.com/Tencent/spring-cloud-tencent/pull/878)
-- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/879)
-- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/881)
-- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/885)
-- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/889)
-- [fix:fix instance circuit breaker not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/892)
diff --git a/changes/changes-1.10.0.md b/changes/changes-1.10.0.md
new file mode 100644
index 000000000..e0f532e8e
--- /dev/null
+++ b/changes/changes-1.10.0.md
@@ -0,0 +1,18 @@
+# Change Log
+---
+
+- [docs:Add code coverage blocking.](https://github.com/Tencent/spring-cloud-tencent/pull/837)
+- [docs:Add license checker GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/841)
+- [refactor:move loadbalancer to discovery module.](https://github.com/Tencent/spring-cloud-tencent/pull/845)
+- [feature:add PolarisRateLimiterLimitedFallback spi. ](https://github.com/Tencent/spring-cloud-tencent/pull/858)
+- [fix:fix the error capture of rate limit exception.](https://github.com/Tencent/spring-cloud-tencent/pull/861)
+- [feat:enable stat reporting as default.](https://github.com/Tencent/spring-cloud-tencent/pull/864)
+- [refactor:update to junit 5.](https://github.com/Tencent/spring-cloud-tencent/pull/867)
+- [docs:support auto snapshot release in GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/870)
+- [feature:add User-Agent:polaris for healthyCheck api.](https://github.com/Tencent/spring-cloud-tencent/pull/873)
+- [optimize:optimize ServiceRuleManager.](https://github.com/Tencent/spring-cloud-tencent/pull/878)
+- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/879)
+- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/881)
+- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/885)
+- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/889)
+- [fix:fix instance circuit breaker not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/892)
diff --git a/pom.xml b/pom.xml
index 1ffc97c2c..7151ef15f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
 
 	<properties>
 		<!-- Project revision -->
-		<revision>1.10.0-2020.0.5</revision>
+		<revision>1.11.0-2020.0.5-SNAPSHOT</revision>
 
 		<!-- Spring Framework -->
 		<spring.framework.version>5.3.21</spring.framework.version>
diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml
index 65f19807c..3e5d15f46 100644
--- a/spring-cloud-tencent-dependencies/pom.xml
+++ b/spring-cloud-tencent-dependencies/pom.xml
@@ -70,7 +70,7 @@
 	</developers>
 
 	<properties>
-		<revision>1.10.0-2020.0.5</revision>
+		<revision>1.11.0-2020.0.5-SNAPSHOT</revision>
 
 		<!-- Dependencies -->
 		<polaris.version>1.11.1</polaris.version>