diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d9a426f..338d389a 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.4](https://github.com/webpack-contrib/less-loader/compare/v4.0.3...v4.0.4) (2017-05-30)
+
+
+### Bug Fixes
+
+* resolve `[@import](https://github.com/import)` with absolute paths ([#201](https://github.com/webpack-contrib/less-loader/issues/201)) ([a3f9601](https://github.com/webpack-contrib/less-loader/commit/a3f9601)), closes [webpack-contrib/less-loader#93](https://github.com/webpack-contrib/less-loader/issues/93)
+
+
+
## [4.0.3](https://github.com/webpack-contrib/less-loader/compare/v4.0.2...v4.0.3) (2017-03-30)
diff --git a/package.json b/package.json
index 63639258..0749c880 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "less-loader",
- "version": "4.0.3",
+ "version": "4.0.4",
"author": "Johannes Ewald @jhnns",
"description": "Less loader for webpack. Compiles Less to CSS.",
"main": "dist/index.js",