diff --git a/CHANGELOG.md b/CHANGELOG.md
index 990b68c..c7156ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Change History
==============
+v2.12.0
+----
+* Basic Webpack 2.x support #225
+
v2.11.0
----
* Add `xhtml` option which is turned of by default. When activated it will inject self closed `` tags instead of unclosed `` tags. https://github.com/ampedandwired/html-webpack-plugin/pull/255
diff --git a/package.json b/package.json
index 87737b9..ced866d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
- "version": "2.11.0",
+ "version": "2.12.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [