diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c983d0..c9deb9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,22 @@
 
 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.
 
+<a name="2.1.0-0"></a>
+# [2.1.0-0](https://github.com/kisenka/webpack-svg-sprite-loader/compare/v2.0.5...v2.1.0-0) (2017-05-07)
+
+
+### Bug Fixes
+
+* **utils:** fix default import ([0c34daa](https://github.com/kisenka/webpack-svg-sprite-loader/commit/0c34daa))
+
+
+### Features
+
+* **interop:** extract-text-webpack-plugin & html-webpack-plugin interop ([a38fdcc](https://github.com/kisenka/webpack-svg-sprite-loader/commit/a38fdcc))
+* **interop:** extract-text-webpack-plugin with allChunks: true interoperability ([63d347d](https://github.com/kisenka/webpack-svg-sprite-loader/commit/63d347d))
+* **spritehash:** add ability to use `[spritehash]` substitution token in spriteFilename ([f9eba1b](https://github.com/kisenka/webpack-svg-sprite-loader/commit/f9eba1b))
+
+
+
 <a name="2.0.5"></a>
 ## [2.0.5](https://github.com/kisenka/webpack-svg-sprite-loader/compare/v2.0.4...v2.0.5) (2017-05-05)
diff --git a/package.json b/package.json
index 4ff2b58..3c87c9b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "svg-sprite-loader",
-  "version": "2.0.5",
+  "version": "2.1.0-0",
   "description": "SVG sprite loader for Webpack",
   "homepage": "https://github.com/kisenka/webpack-svg-sprite-loader#readme",
   "main": "lib/loader.js",