diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb8b73a0feb24..1bb9134b5f647c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,8 @@ release. -6.9.3
+6.9.4
+6.9.3
6.9.2
6.9.1
6.9.0
diff --git a/doc/changelogs/CHANGELOG_V6.md b/doc/changelogs/CHANGELOG_V6.md index dbcb2cc05b2921..348c805e9c911f 100644 --- a/doc/changelogs/CHANGELOG_V6.md +++ b/doc/changelogs/CHANGELOG_V6.md @@ -7,9 +7,10 @@ -6.9.3
+ 6.9.4
+6.9.3
6.9.2
6.9.1
6.9.0
@@ -42,6 +43,22 @@ [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and will be supported actively until April 2018 and maintained until April 2019. + +## 2017-01-05, Version 6.9.4 'Boron' (LTS), @MylesBorins + +This is a special release that contains 0 commits. While promoting additional +platforms for v6.9.3 after the release, the tarballs on the release server were +overwritten and now have different shasums. In order to remove any ambiguity +around the release we have opted to do a semver patch release with no changes. + +### Notable Changes + +N/A + +### Commits + +N/A + ## 2017-01-03, Version 6.9.3 'Boron' (LTS), @MylesBorins diff --git a/src/node_version.h b/src/node_version.h index 6f61775d8f2498..ac63b15bfa895a 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -8,7 +8,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Boron" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)