diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b046f24..14770687 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+## [1.1.5](https://github.com/myxvisual/react-uwp/compare/v1.1.4...v1.1.5) (2017-09-13)
+
+
+### Bug Fixes
+
+* Fixed package.json repeated reference dependency ([e54b162](https://github.com/myxvisual/react-uwp/commit/e54b162))
+* Fixed same name export in the compiled files ([e6f6a36](https://github.com/myxvisual/react-uwp/commit/e6f6a36))
+
+
+### Features
+
+* Update Dialog content supoort custom animation ([1640b0a](https://github.com/myxvisual/react-uwp/commit/1640b0a))
+* Update Dialog support custom animation ([fbdfae2](https://github.com/myxvisual/react-uwp/commit/fbdfae2))
+
+
+
## [1.1.4](https://github.com/myxvisual/react-uwp/compare/v1.1.3...v1.1.4) (2017-08-29)
diff --git a/package.json b/package.json
index 8f91275b..80d964cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-uwp",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "UWP Design & Fluent Design UiKit by React",
"main": "index.js",
"scripts": {