diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4173aebd71..a6233ff2a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [1.1.13-1](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.13-0...v1.1.13-1) (2016-10-11)
+
+
+### Bug Fixes
+
+* **build:** export all internal classes so AoT can work without issues ([6e6be1a](https://github.com/valor-software/ng2-bootstrap/commit/6e6be1a)), closes [#1093](https://github.com/valor-software/ng2-bootstrap/issues/1093)
+
+
+
## [1.1.13-0](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.11...v1.1.13-0) (2016-10-10)
diff --git a/package.json b/package.json
index 069c0f6097..09f2ddfea5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-bootstrap",
- "version": "1.1.13-0",
+ "version": "1.1.13-1",
"description": "angular2 bootstrap components",
"scripts": {
"typedoc": "typedoc",