diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bbfad5de..858ad8aa70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +v3.8.1 2019-04-12 +================= + +### Due to security concern this version drops support for Node.js versions < 1.0.0 + +* [[`fcb0117025`](https://github.com/nodejs/node-gyp/commit/fcb0117025)] - **deps**: explicit limit on supported engines (Refael Ackermann) +* [[`127cb7c570`](https://github.com/nodejs/node-gyp/commit/127cb7c570)] - **deps**: updated tar package version to 4.4.8 (Pobegaylo Maksim) [#1713](https://github.com/nodejs/node-gyp/pull/1713) +* [[`e6699d13cd`](https://github.com/nodejs/node-gyp/commit/e6699d13cd)] - **test**: fix addon test for Node.js 12 and V8 7.4 (Richard Lau) [#1705](https://github.com/nodejs/node-gyp/pull/1705) +* [[`0c6bf530a0`](https://github.com/nodejs/node-gyp/commit/0c6bf530a0)] - **lib**: use print() for python version detection (GreenAddress) [#1534](https://github.com/nodejs/node-gyp/pull/1534) + v3.8.0 2018-08-09 =================