diff --git a/packages/stryker-html-reporter/CHANGELOG.md b/packages/stryker-html-reporter/CHANGELOG.md
index 8b42ad25a4..b17203c699 100644
--- a/packages/stryker-html-reporter/CHANGELOG.md
+++ b/packages/stryker-html-reporter/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.9.1](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.9.0...stryker-html-reporter@0.9.1) (2017-10-11)
+
+
+### Bug Fixes
+
+* **readme:** Remove old warning and update the example image ([#416](https://github.com/stryker-mutator/stryker/issues/416)) ([7e66214](https://github.com/stryker-mutator/stryker/commit/7e66214))
+
+
+
+
# [0.9.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.8.0...stryker-html-reporter@0.9.0) (2017-10-10)
diff --git a/packages/stryker-html-reporter/package.json b/packages/stryker-html-reporter/package.json
index 9df268ac77..497a435d7a 100644
--- a/packages/stryker-html-reporter/package.json
+++ b/packages/stryker-html-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "stryker-html-reporter",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"typings": "src/index.d.ts",