diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0d56a74..00a0b689 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+# [2.0.0](https://github.com/webpack/karma-webpack/compare/v1.8.1...v2.0.0) (2017-01-11)
+
+
+### Bug Fixes
+
+* **config:** webpack rc4 schema enforcment (fixes [#193](https://github.com/webpack/karma-webpack/issues/193)) ([2723439](https://github.com/webpack/karma-webpack/commit/2723439))
+
+
+### BREAKING CHANGES
+
+* config: Remove entry:{} from test configurations
+
+When updating to `"webpack": "2.2.0-rc.4"` & `"karma-webpack": "1.8.2"` you have to pull the `entry` property if it's set to an empty object so it defaults to a function within karma-webpack
+
+
+
# [1.8.0](https://github.com/webpack/karma-webpack/compare/v1.7.0...v1.8.0) (2016-08-07)
diff --git a/package.json b/package.json
index edb9c86e..7444454b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
- "version": "1.8.1",
+ "version": "2.0.0",
"author": "Tobias Koppers @sokra",
"description": "Use webpack with karma",
"license": "MIT",