diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83e8d991..2b0ca357 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [2.5.1](https://github.com/algolia/docsearch/compare/v2.5.0...v2.5.1) (2017-11-28)
+
+
+
# [2.5.0](https://github.com/algolia/docsearch/compare/v2.4.1...v2.5.0) (2017-11-28)
@@ -240,8 +245,8 @@
### Features
* **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](https://github.com/algolia/docsearch/commit/31e5d13))
-* **website:** Logo Update - Og screen + favicon ([c7eb54a](https://github.com/algolia/docsearch/commit/c7eb54a))
* **website:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d))
+* **website:** Logo Update - Og screen + favicon ([c7eb54a](https://github.com/algolia/docsearch/commit/c7eb54a))
* **website:** removed demos ([6d8eb34](https://github.com/algolia/docsearch/commit/6d8eb34))
* **website:** update ([9498e3b](https://github.com/algolia/docsearch/commit/9498e3b))
* **website:** updated logo ([fa413d9](https://github.com/algolia/docsearch/commit/fa413d9))
diff --git a/package.json b/package.json
index a5303227..2a4abd8a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "docsearch.js",
- "version": "2.5.0",
+ "version": "2.5.1",
"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 7bbbdcc0..6edecaab 100644
--- a/src/lib/version.js
+++ b/src/lib/version.js
@@ -1 +1 @@
-export default '2.5.0';
+export default '2.5.1';