diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fd8ec579..ae933be3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [4.17.1](https://github.com/gemini-testing/gemini/compare/v4.17.0...v4.17.1) (2017-01-18)
+
+
+### Bug Fixes
+
+* roll back striptags version without breaking changes ([cd4e26e](https://github.com/gemini-testing/gemini/commit/cd4e26e))
+
+
+
# [4.17.0](https://github.com/gemini-testing/gemini/compare/v4.16.0...v4.17.0) (2017-01-16)
diff --git a/package.json b/package.json
index 69372c1c8..1d995d069 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gemini",
- "version": "4.17.0",
+ "version": "4.17.1",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"