diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e970a66..83b23a59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log
+## [1.1.11](https://github.com/weibocom/motan/tree/1.1.11) (2022-08-03)
+[Full Changelog](https://github.com/weibocom/motan/compare/1.1.10...1.1.11)
+
+**Implemented enhancements:**
+- support additional group from env; add configuration items(fusingThreshold and connectTimeout) [\#990](https://github.com/weibocom/motan/pull/990) ([Ray](https://github.com/rayzhang0603))
+- print access log according to the attachment settings;add message length, segment time and whole time in access log [\#988](https://github.com/weibocom/motan/pull/988) ([Ray](https://github.com/rayzhang0603))
+- support mesh proxy by env setting [\#987](https://github.com/weibocom/motan/pull/987) ([Ray](https://github.com/rayzhang0603))
+- support regist multi group in server end [\#985](https://github.com/weibocom/motan/pull/985) ([Ray](https://github.com/rayzhang0603))
+- support disable default filter by '-' prefix [\#984](https://github.com/weibocom/motan/pull/984) ([Ray](https://github.com/rayzhang0603))
+- try find provider by path if servicekey (group+path+version) not found [\#984](https://github.com/weibocom/motan/pull/984) ([Ray](https://github.com/rayzhang0603))
+- change asyncInitConnection default value from false to true [\#978](https://github.com/weibocom/motan/pull/978) ([Ray](https://github.com/rayzhang0603))
+
+**Merged pull requests:**
+
+**Fixed bugs:**
+- export multi service with random port [\#985](https://github.com/weibocom/motan/pull/985) ([Ray](https://github.com/rayzhang0603))
+
## [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)
diff --git a/motan-benchmark/motan-benchmark-api/pom.xml b/motan-benchmark/motan-benchmark-api/pom.xml
index fc08ed64..32b386db 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.11-SNAPSHOT
+ 1.1.11
4.0.0
diff --git a/motan-benchmark/motan-benchmark-client/pom.xml b/motan-benchmark/motan-benchmark-client/pom.xml
index a1be8155..4b12e23d 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.11-SNAPSHOT
+ 1.1.11
4.0.0
diff --git a/motan-benchmark/motan-benchmark-server/pom.xml b/motan-benchmark/motan-benchmark-server/pom.xml
index c3f0eeb2..c3bbadf9 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.11-SNAPSHOT
+ 1.1.11
4.0.0
diff --git a/motan-benchmark/pom.xml b/motan-benchmark/pom.xml
index 4c636d5b..57a888f0 100644
--- a/motan-benchmark/pom.xml
+++ b/motan-benchmark/pom.xml
@@ -21,7 +21,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
4.0.0
diff --git a/motan-core/pom.xml b/motan-core/pom.xml
index dd0fffb1..364ac777 100644
--- a/motan-core/pom.xml
+++ b/motan-core/pom.xml
@@ -21,7 +21,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
motan-core
motan-core
diff --git a/motan-demo/motan-demo-api/pom.xml b/motan-demo/motan-demo-api/pom.xml
index e30804c7..5d486c76 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.11-SNAPSHOT
+ 1.1.11
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 631e1be1..6c736939 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.11-SNAPSHOT
+ 1.1.11
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 11f84e81..f39d4143 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.11-SNAPSHOT
+ 1.1.11
motan-demo-server
motan-demo-server
diff --git a/motan-demo/pom.xml b/motan-demo/pom.xml
index 0bc523fb..cd643f19 100644
--- a/motan-demo/pom.xml
+++ b/motan-demo/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan
- 1.1.11-SNAPSHOT
+ 1.1.11
motan-demo
motan-demo
diff --git a/motan-extension/codec-extension/pom.xml b/motan-extension/codec-extension/pom.xml
index 77d83520..bb3d24df 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.11-SNAPSHOT
+ 1.1.11
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 b3b01bcb..af39afb5 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.11-SNAPSHOT
+ 1.1.11
filter-opentracing
filter-opentracing
diff --git a/motan-extension/filter-extension/pom.xml b/motan-extension/filter-extension/pom.xml
index eda57ce7..1575dad4 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.11-SNAPSHOT
+ 1.1.11
filter-extension
filter-extension
diff --git a/motan-extension/pom.xml b/motan-extension/pom.xml
index fb3c735a..abfc0160 100644
--- a/motan-extension/pom.xml
+++ b/motan-extension/pom.xml
@@ -13,7 +13,7 @@
com.weibo
motan
- 1.1.11-SNAPSHOT
+ 1.1.11
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 664df5d2..97e98e95 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.11-SNAPSHOT
+ 1.1.11
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 804df559..288a4619 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.11-SNAPSHOT
+ 1.1.11
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 38b550b1..a502f83b 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.11-SNAPSHOT
+ 1.1.11
motan-protocol-yar
motan-protocol-yar
diff --git a/motan-extension/protocol-extension/pom.xml b/motan-extension/protocol-extension/pom.xml
index 36f07bcb..8e88ffb5 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.11-SNAPSHOT
+ 1.1.11
protocol-extension
protocol-extension
diff --git a/motan-extension/serialization-extension/pom.xml b/motan-extension/serialization-extension/pom.xml
index 587fd22d..3421c2ed 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.11-SNAPSHOT
+ 1.1.11
serialization-extension
serialization-extension
diff --git a/motan-manager/pom.xml b/motan-manager/pom.xml
index 131fcee4..b7689caf 100644
--- a/motan-manager/pom.xml
+++ b/motan-manager/pom.xml
@@ -19,7 +19,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
4.0.0
motan-manager
diff --git a/motan-registry-consul/pom.xml b/motan-registry-consul/pom.xml
index 7db230d4..2a7e04ae 100644
--- a/motan-registry-consul/pom.xml
+++ b/motan-registry-consul/pom.xml
@@ -21,7 +21,7 @@
com.weibo
motan
- 1.1.11-SNAPSHOT
+ 1.1.11
motan-registry-consul
motan-registry-consul
diff --git a/motan-registry-weibomesh/pom.xml b/motan-registry-weibomesh/pom.xml
index ec3a0208..d666bb6c 100644
--- a/motan-registry-weibomesh/pom.xml
+++ b/motan-registry-weibomesh/pom.xml
@@ -23,7 +23,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
4.0.0
diff --git a/motan-registry-zookeeper/pom.xml b/motan-registry-zookeeper/pom.xml
index 1b8c1e1e..fcb448e5 100644
--- a/motan-registry-zookeeper/pom.xml
+++ b/motan-registry-zookeeper/pom.xml
@@ -20,7 +20,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
motan-registry-zookeeper
motan-registry-zookeeper
diff --git a/motan-springsupport/pom.xml b/motan-springsupport/pom.xml
index 45f3096e..b5e2d57c 100644
--- a/motan-springsupport/pom.xml
+++ b/motan-springsupport/pom.xml
@@ -21,7 +21,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
motan-springsupport
motan-springsupport
diff --git a/motan-transport-netty/pom.xml b/motan-transport-netty/pom.xml
index a8f9d994..19fa334e 100644
--- a/motan-transport-netty/pom.xml
+++ b/motan-transport-netty/pom.xml
@@ -22,7 +22,7 @@
com.weibo
motan
- 1.1.11-SNAPSHOT
+ 1.1.11
motan-transport-netty
motan-transport-netty
diff --git a/motan-transport-netty4/pom.xml b/motan-transport-netty4/pom.xml
index 37e1041e..829a32f4 100644
--- a/motan-transport-netty4/pom.xml
+++ b/motan-transport-netty4/pom.xml
@@ -5,7 +5,7 @@
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
4.0.0
diff --git a/pom.xml b/pom.xml
index 13d57ad3..fdd426eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
4.0.0
motan
com.weibo
- 1.1.11-SNAPSHOT
+ 1.1.11
pom
scm:git:https://github.com/weibocom/motan.git