diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5328db..1cc60c9 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.0-rc.6](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2019-01-31)
+
+
+### Bug Fixes
+
+* **karma-webpack:** Override `output.filename` with '[name].js' ([#381](https://github.com/webpack-contrib/karma-webpack/issues/381)) ([2f47250](https://github.com/webpack-contrib/karma-webpack/commit/2f47250)), closes [#322](https://github.com/webpack-contrib/karma-webpack/issues/322)
+
+
+
# [4.0.0-rc.5](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2018-11-30)
diff --git a/package-lock.json b/package-lock.json
index 6930cf6..3c1bf78 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
- "version": "4.0.0-rc.5",
+ "version": "4.0.0-rc.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index cf94332..c342ed0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
- "version": "4.0.0-rc.5",
+ "version": "4.0.0-rc.6",
"description": "Use webpack with karma",
"license": "MIT",
"repository": "webpack-contrib/karma-webpack",