diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c7af72..90cc31f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
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.2](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2018-09-07)
+
+
+### Bug Fixes
+
+* **karma-webpack:** don't include the `os.tmpdir` (`output.publicPath`) ([#338](https://github.com/webpack-contrib/karma-webpack/issues/338)) ([66f4cd7](https://github.com/webpack-contrib/karma-webpack/commit/66f4cd7))
+* **karma-webpack:** normalize paths (`windows`) ([#351](https://github.com/webpack-contrib/karma-webpack/issues/351)) ([2145ec2](https://github.com/webpack-contrib/karma-webpack/commit/2145ec2))
+* **package:** 64 vulnerabilities (2 low, 62 moderate) (`audit`) ([9816152](https://github.com/webpack-contrib/karma-webpack/commit/9816152))
+
+
+
# [4.0.0-rc.1](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-09-03)
diff --git a/package-lock.json b/package-lock.json
index 71a3ba7..bfe2221 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
- "version": "4.0.0-rc.1",
+ "version": "4.0.0-rc.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9df3775..debb238 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
- "version": "4.0.0-rc.1",
+ "version": "4.0.0-rc.2",
"description": "Use webpack with karma",
"license": "MIT",
"repository": "webpack-contrib/karma-webpack",