diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe566112..ec38b96a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+# [1.2.0](https://github.com/algolia/docsearch/compare/v1.1.3...v1.2.0) (2016-06-10)
+
+
+### Features
+
+* **DOM:** add an align class (#108) ([9421897](https://github.com/algolia/docsearch/commit/9421897))
+* **serve:** Watch and serve all needed files (#91) ([ef83775](https://github.com/algolia/docsearch/commit/ef83775))
+* **website:** add echo (#94) ([8a34ecb](https://github.com/algolia/docsearch/commit/8a34ecb))
+
+
+
## [1.1.3](https://github.com/algolia/docsearch/compare/v1.1.2...v1.1.3) (2016-04-04)
diff --git a/package.json b/package.json
index 45602a66..c5744dce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "docsearch.js",
- "version": "1.1.3",
+ "version": "1.2.0",
"description": "Add an autocomplete dropdown to your documentation",
"main": "dist/npm/index.js",
"scripts": {
diff --git a/src/lib/version.js b/src/lib/version.js
index e267ab17..9088314f 100644
--- a/src/lib/version.js
+++ b/src/lib/version.js
@@ -1 +1 @@
-export default '1.1.3';
+export default '1.2.0';