diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74b369c..d9f8f6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## 1.0.7 (2018-06-30)
+
+* Fix typo ([126a8d2](https://github.com/Kikobeats/html-get/commit/126a8d2))
+* Update deps ([aa08a96](https://github.com/Kikobeats/html-get/commit/aa08a96))
+
+
+
## 1.0.6 (2018-06-29)
diff --git a/package.json b/package.json
index 4daeed1..b52b599 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "html-get",
"description": "Get the HTML from any website, using prerendering when is necessary.",
"homepage": "https://documentup.com/Kikobeats/html-get",
- "version": "1.0.6",
+ "version": "1.0.7",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",