diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05f661c37b2f12..9d481efee6413c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,7 +88,8 @@ release.
10.0.0
-8.16.2
+8.17.0
+8.16.2
8.16.1
8.16.0
8.15.1
diff --git a/doc/changelogs/CHANGELOG_V8.md b/doc/changelogs/CHANGELOG_V8.md
index 1366e0f9bf329e..fbd1721e7c60b6 100644
--- a/doc/changelogs/CHANGELOG_V8.md
+++ b/doc/changelogs/CHANGELOG_V8.md
@@ -10,6 +10,7 @@
|
+8.17.0
8.16.2
8.16.1
8.16.0
@@ -70,6 +71,24 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2019 and maintained until December 2019.
+
+## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins
+
+This is a security release.
+
+For more details about the vulnerability please consult the npm blog:
+
+https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
+
+### Notable changes
+
+* **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904)
+
+### Commits
+
+* [[`208b813e49`](https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-native and test-ci-js (João Reis) [#30724](https://github.com/nodejs/node/pull/30724)
+* [[`369a23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.13.4 (Audrey Eschright) [#30904](https://github.com/nodejs/node/pull/30904)
+
## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs
|