diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe757d4d81c..51ea0f0d655 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+
+
+# 3.3.8 (2019-09-05)
+
+[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8)
+
+## Chore
+
+- remove lint err ([4275fd5](https://github.com/webpack/webpack-cli/commit/4275fd5))
+- abstract validation ([065e87e](https://github.com/webpack/webpack-cli/commit/065e87e))
+- vuln patch ([55b770c](https://github.com/webpack/webpack-cli/commit/55b770c))
+
+## Fix
+
+- support both webpack versions ([d28f9f5](https://github.com/webpack/webpack-cli/commit/d28f9f5))
+
+## Tests
+
+- add schema tests ([70bf934](https://github.com/webpack/webpack-cli/commit/70bf934))
+
# 3.3.7 (2019-08-18)
diff --git a/package-lock.json b/package-lock.json
index 0be9314ac27..5e7694fc0a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
- "version": "3.3.7",
+ "version": "3.3.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e3e6fbb42a6..94556aa0d16 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
- "version": "3.3.7",
+ "version": "3.3.8",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {