diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef148f82a3..201c0cc685 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+
+## [1.11.2](https://github.com/alibaba-fusion/next/compare/1.11.1...1.11.2) (2018-12-06)
+
+
+### Bug Fixes
+
+* **Overlay:** fix postion caculate error ([d38a78f](https://github.com/alibaba-fusion/next/commit/d38a78f))
+
+
+
+
## [1.11.1](https://github.com/alibaba-fusion/next/compare/1.11.0...1.11.1) (2018-12-06)
diff --git a/LATESTLOG.md b/LATESTLOG.md
index 058f6c7596..68ed60dbde 100644
--- a/LATESTLOG.md
+++ b/LATESTLOG.md
@@ -1,10 +1,10 @@
# Latest Log
-## [1.11.1](https://github.com/alibaba-fusion/next/compare/1.11.0...1.11.1) (2018-12-06)
+## [1.11.2](https://github.com/alibaba-fusion/next/compare/1.11.1...1.11.2) (2018-12-06)
### Bug Fixes
-* scss ([ac04e9d](https://github.com/alibaba-fusion/next/commit/ac04e9d))
+* **Overlay:** fix postion caculate error ([d38a78f](https://github.com/alibaba-fusion/next/commit/d38a78f))
diff --git a/index.js b/index.js
index 10eb53422f..e735a050c3 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
var next = require('./lib/index.js');
-next.version = '1.11.1';
+next.version = '1.11.2';
module.exports = next;
diff --git a/package.json b/package.json
index d79a47683b..d70d38713a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@alifd/next",
- "version": "1.11.1",
+ "version": "1.11.2",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",