diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ae6f9b..de28bce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
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.
+
+# [0.10.0](https://github.com/researchgate/gemini-react/compare/v0.9.0...v0.10.0)
+(2016-11-11)
+
+
+### Bug Fixes
+
+* use webpack config from options completely ([b733188](https://github.com/researchgate/gemini-react/commit/b733188))
+* **deps:** remove unnecessary dependencies ([10f7020](https://github.com/researchgate/gemini-react/commit/10f7020))
+
+
+### BREAKING CHANGES
+
+* `webpackLazyMode` option is now incompatible with webpack plugins,
+which split one chunk into multiple. Either switch it off or exclude
+such plugins from your config from gemini tests.
+
+
+
# [0.9.0](https://github.com/researchgate/gemini-react/compare/v0.8.0...v0.9.0)
(2016-10-18)
diff --git a/package.json b/package.json
index d44d3b5..90d5fc4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gemini-react",
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "Wrapper, which simplifies writing gemini tests for react components",
"main": "index.js",
"scripts": {