diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf41fca..09d37db 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.
+
+## [1.1.2](https://github.com/nuxt/webpackbar/compare/v1.1.1...v1.1.2) (2018-03-24)
+
+
+### Bug Fixes
+
+* **profile:** ignore requests without any file or loaders ([d3eb446](https://github.com/nuxt/webpackbar/commit/d3eb446))
+
+
+
## [1.1.1](https://github.com/nuxt/webpackbar/compare/v1.1.0...v1.1.1) (2018-03-24)
diff --git a/package.json b/package.json
index 3f85e6d..39aaac8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webpackbar",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Elegant ProgressBar and Profiler for Webpack",
"main": "dist/cjs.js",
"scripts": {