diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ce09a66..0e970a66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Change Log
+## [1.1.10](/~https://github.com/weibocom/motan/tree/1.1.10) (2021-12-22)
+[Full Changelog](/~https://github.com/weibocom/motan/compare/1.1.9...1.1.10)
+
+**Implemented enhancements:**
+- add cluster stat; throw exception as default when not found extension [\#957](/~https://github.com/weibocom/motan/pull/957) ([Ray](/~https://github.com/rayzhang0603))
+- support mix group in config and command [\#953](/~https://github.com/weibocom/motan/pull/953) ([Ray](/~https://github.com/rayzhang0603))
+- add dynamic switcher for accessLogFilter [\#949](/~https://github.com/weibocom/motan/pull/949) ([Ray](/~https://github.com/rayzhang0603))
+- support weibo mesh as registry [\#947](/~https://github.com/weibocom/motan/pull/947) ([Ray](/~https://github.com/rayzhang0603))
+
+**Merged pull requests:**
+- update update java doc [\#954](/~https://github.com/weibocom/motan/pull/954) ([Forest](/~https://github.com/forestyoung23))
+- fix typo [\#950](/~https://github.com/weibocom/motan/pull/950) ([Forest](/~https://github.com/forestyoung23))
+- update dependency version to fix security vulnerability
+
+**Fixed bugs:**
+- change dir of generate-code to StandardLocation.SOURCE_OUTPUT [\#959](/~https://github.com/weibocom/motan/pull/959) ([Ray](/~https://github.com/rayzhang0603))
+- fix netty channel deadlock [\#941](/~https://github.com/weibocom/motan/pull/941) ([Ray](/~https://github.com/rayzhang0603))
+
## [1.1.9](/~https://github.com/weibocom/motan/tree/1.1.9) (2021-02-02)
[Full Changelog](/~https://github.com/weibocom/motan/compare/1.1.8...1.1.9)
diff --git a/motan-benchmark/motan-benchmark-api/pom.xml b/motan-benchmark/motan-benchmark-api/pom.xml
index 4f746fbf..c95cde2d 100644
--- a/motan-benchmark/motan-benchmark-api/pom.xml
+++ b/motan-benchmark/motan-benchmark-api/pom.xml
@@ -21,7 +21,7 @@
motan-benchmark
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
diff --git a/motan-benchmark/motan-benchmark-client/pom.xml b/motan-benchmark/motan-benchmark-client/pom.xml
index a8247fb5..73bff41b 100644
--- a/motan-benchmark/motan-benchmark-client/pom.xml
+++ b/motan-benchmark/motan-benchmark-client/pom.xml
@@ -21,7 +21,7 @@
motan-benchmark
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
diff --git a/motan-benchmark/motan-benchmark-server/pom.xml b/motan-benchmark/motan-benchmark-server/pom.xml
index 8c4d1859..16322f45 100644
--- a/motan-benchmark/motan-benchmark-server/pom.xml
+++ b/motan-benchmark/motan-benchmark-server/pom.xml
@@ -21,7 +21,7 @@
motan-benchmark
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
diff --git a/motan-benchmark/pom.xml b/motan-benchmark/pom.xml
index 2ffea95b..7da44f25 100644
--- a/motan-benchmark/pom.xml
+++ b/motan-benchmark/pom.xml
@@ -21,7 +21,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
diff --git a/motan-core/pom.xml b/motan-core/pom.xml
index 8bcb7ffc..c6e0f2d6 100644
--- a/motan-core/pom.xml
+++ b/motan-core/pom.xml
@@ -21,7 +21,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-core
motan-core
diff --git a/motan-demo/motan-demo-api/pom.xml b/motan-demo/motan-demo-api/pom.xml
index 3c57bec4..2e2b66f3 100644
--- a/motan-demo/motan-demo-api/pom.xml
+++ b/motan-demo/motan-demo-api/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan-demo
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-demo-api
motan-demo-api
diff --git a/motan-demo/motan-demo-client/pom.xml b/motan-demo/motan-demo-client/pom.xml
index a4fd0031..3348e7a8 100644
--- a/motan-demo/motan-demo-client/pom.xml
+++ b/motan-demo/motan-demo-client/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan-demo
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-demo-client
motan-demo-client
diff --git a/motan-demo/motan-demo-server/pom.xml b/motan-demo/motan-demo-server/pom.xml
index a48df634..2b2a6955 100644
--- a/motan-demo/motan-demo-server/pom.xml
+++ b/motan-demo/motan-demo-server/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan-demo
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-demo-server
motan-demo-server
diff --git a/motan-demo/pom.xml b/motan-demo/pom.xml
index 34d90c0d..4cfc22d4 100644
--- a/motan-demo/pom.xml
+++ b/motan-demo/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-demo
motan-demo
diff --git a/motan-extension/codec-extension/pom.xml b/motan-extension/codec-extension/pom.xml
index 91213521..372c3cb5 100644
--- a/motan-extension/codec-extension/pom.xml
+++ b/motan-extension/codec-extension/pom.xml
@@ -14,7 +14,7 @@
com.weibo
motan-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
codec-extension
codec-extension
diff --git a/motan-extension/filter-extension/filter-opentracing/pom.xml b/motan-extension/filter-extension/filter-opentracing/pom.xml
index bec989c6..2bdff61c 100644
--- a/motan-extension/filter-extension/filter-opentracing/pom.xml
+++ b/motan-extension/filter-extension/filter-opentracing/pom.xml
@@ -14,7 +14,7 @@
com.weibo
filter-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
filter-opentracing
filter-opentracing
diff --git a/motan-extension/filter-extension/pom.xml b/motan-extension/filter-extension/pom.xml
index 072b5d31..cf7be001 100644
--- a/motan-extension/filter-extension/pom.xml
+++ b/motan-extension/filter-extension/pom.xml
@@ -14,7 +14,7 @@
com.weibo
motan-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
filter-extension
filter-extension
diff --git a/motan-extension/pom.xml b/motan-extension/pom.xml
index 4a069c22..10a8e4e3 100644
--- a/motan-extension/pom.xml
+++ b/motan-extension/pom.xml
@@ -13,7 +13,7 @@
com.weibo
motan
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-extension
motan-extension
diff --git a/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml b/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml
index d0319bdd..8a3230be 100644
--- a/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml
+++ b/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml
@@ -14,7 +14,7 @@
com.weibo
protocol-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-protocol-grpc
motan-protocol-grpc
diff --git a/motan-extension/protocol-extension/motan-protocol-restful/pom.xml b/motan-extension/protocol-extension/motan-protocol-restful/pom.xml
index 0df4bfa3..f5dd07ff 100644
--- a/motan-extension/protocol-extension/motan-protocol-restful/pom.xml
+++ b/motan-extension/protocol-extension/motan-protocol-restful/pom.xml
@@ -22,7 +22,7 @@
com.weibo
protocol-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-protocol-restful
diff --git a/motan-extension/protocol-extension/motan-protocol-yar/pom.xml b/motan-extension/protocol-extension/motan-protocol-yar/pom.xml
index cee3ef7f..3938097c 100644
--- a/motan-extension/protocol-extension/motan-protocol-yar/pom.xml
+++ b/motan-extension/protocol-extension/motan-protocol-yar/pom.xml
@@ -21,7 +21,7 @@
com.weibo
protocol-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-protocol-yar
motan-protocol-yar
diff --git a/motan-extension/protocol-extension/pom.xml b/motan-extension/protocol-extension/pom.xml
index 9a9c912a..3f7e9472 100644
--- a/motan-extension/protocol-extension/pom.xml
+++ b/motan-extension/protocol-extension/pom.xml
@@ -12,7 +12,7 @@
com.weibo
motan-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
protocol-extension
protocol-extension
diff --git a/motan-extension/serialization-extension/pom.xml b/motan-extension/serialization-extension/pom.xml
index 14a2e0af..69c531c7 100644
--- a/motan-extension/serialization-extension/pom.xml
+++ b/motan-extension/serialization-extension/pom.xml
@@ -15,7 +15,7 @@
com.weibo
motan-extension
- 1.1.10-SNAPSHOT
+ 1.1.10
serialization-extension
serialization-extension
diff --git a/motan-manager/pom.xml b/motan-manager/pom.xml
index 3f7d4430..d7984929 100644
--- a/motan-manager/pom.xml
+++ b/motan-manager/pom.xml
@@ -19,7 +19,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
motan-manager
diff --git a/motan-registry-consul/pom.xml b/motan-registry-consul/pom.xml
index 8f001f24..0a97f456 100644
--- a/motan-registry-consul/pom.xml
+++ b/motan-registry-consul/pom.xml
@@ -21,7 +21,7 @@
com.weibo
motan
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-registry-consul
motan-registry-consul
diff --git a/motan-registry-weibomesh/pom.xml b/motan-registry-weibomesh/pom.xml
index b9134bd6..897518c1 100644
--- a/motan-registry-weibomesh/pom.xml
+++ b/motan-registry-weibomesh/pom.xml
@@ -23,7 +23,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
diff --git a/motan-registry-zookeeper/pom.xml b/motan-registry-zookeeper/pom.xml
index 70dbc7a2..936ba81d 100644
--- a/motan-registry-zookeeper/pom.xml
+++ b/motan-registry-zookeeper/pom.xml
@@ -20,7 +20,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-registry-zookeeper
motan-registry-zookeeper
diff --git a/motan-springsupport/pom.xml b/motan-springsupport/pom.xml
index a32dde2a..faac9657 100644
--- a/motan-springsupport/pom.xml
+++ b/motan-springsupport/pom.xml
@@ -21,7 +21,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-springsupport
motan-springsupport
diff --git a/motan-transport-netty/pom.xml b/motan-transport-netty/pom.xml
index 7409aa45..40f1d9d8 100644
--- a/motan-transport-netty/pom.xml
+++ b/motan-transport-netty/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan
- 1.1.10-SNAPSHOT
+ 1.1.10
motan-transport-netty
motan-transport-netty
diff --git a/motan-transport-netty4/pom.xml b/motan-transport-netty4/pom.xml
index 073a811a..9f7ca2af 100644
--- a/motan-transport-netty4/pom.xml
+++ b/motan-transport-netty4/pom.xml
@@ -5,7 +5,7 @@
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
4.0.0
diff --git a/pom.xml b/pom.xml
index e40272a3..9bf75dec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
4.0.0
motan
com.weibo
- 1.1.10-SNAPSHOT
+ 1.1.10
pom
scm:git:/~https://github.com/weibocom/motan.git