diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d1f15c7..78d13a07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+## [4.0.2](https://github.com/webpack-contrib/less-loader/compare/v4.0.1...v4.0.2) (2017-03-21)
+
+
+### Bug Fixes
+
+* Plugin.install is not a function ([f8ae245](https://github.com/webpack-contrib/less-loader/commit/f8ae245))
+
+
+
## [4.0.1](https://github.com/webpack-contrib/less-loader/compare/v4.0.0...v4.0.1) (2017-03-21)
diff --git a/package.json b/package.json
index dd1dbcdd..976b2852 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "less-loader",
- "version": "4.0.1",
+ "version": "4.0.2",
"author": "Johannes Ewald @jhnns",
"description": "Less loader for webpack. Compiles Less to CSS.",
"main": "dist/index.js",