From 49e9893d859f0dccd42bea731669cce3f0c2f9f9 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 4 Apr 2018 23:07:27 -0400 Subject: [PATCH] 2018-04-05, Version 9.11.1 (Current) Notable changes: An infrastructure issue caused a non-functioning msi installer for x64 to be promoted. The patch release is to ensure that all binaries and installers work as expected. --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V9.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4374ebe9148..96fde728261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ release. -9.11.0
+9.11.1
+9.11.0
9.10.1
9.10.0
9.9.0
diff --git a/doc/changelogs/CHANGELOG_V9.md b/doc/changelogs/CHANGELOG_V9.md index e8757799e3d..2180c59f4ff 100644 --- a/doc/changelogs/CHANGELOG_V9.md +++ b/doc/changelogs/CHANGELOG_V9.md @@ -9,6 +9,7 @@ +9.11.1
9.11.0
9.10.1
9.10.0
@@ -40,6 +41,16 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2018-04-05, Version 9.11.1 (Current), @MylesBorins + +### Notable Changes + +No additional commits. + +An infrastructure issue caused a non-functioning msi installer for x64 to be promoted. +The patch release is to ensure that all binaries and installers work as expected. + ## 2018-04-04, Version 9.11.0 (Current), @MylesBorins prepared by @targos