diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5a70e..a9e1fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### v7.1.1 (2022-02-16) + +* Replaced usage of `proxy-agent` with `https-proxy-agent`. + +* Bumped `nan` to ^2.15.0. + +* Updated `add-to-board` to use org level `NODE_AGENT_GH_TOKEN` + +* Changed trigger on binary upload to wait for release of module instead of waiting for a tag that starts with `v` to be created + +* Updated CI workflow to use `windows-2019` image instead of `windows-latest`. + ### v7.1.0 (2022-01-11) * Added ability to download pre-builts through a proxy host. @@ -10,6 +22,7 @@ * Added job to automatically add issues/pr to Node.js Engineering board ### v7.0.2 (2021-08-26): + * Updated code to only check `node-gyp` version when the module needs to be built to avoid hanging node and subsequently causing OOM errors. * Added a pre-commit hook to check if package.json changes and run `oss third-party manifest` and `oss third-party notices`. This will ensure the `third_party_manifest.json` and `THIRD_PARTY_NOTICES.md` are up to date. * Fixed intermittent timeout issue with the server smoke integration test. diff --git a/package-lock.json b/package-lock.json index 531c273..4fce990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/native-metrics", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newrelic/native-metrics", - "version": "7.1.0", + "version": "7.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f2f9aa2..ece7a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/native-metrics", - "version": "7.1.0", + "version": "7.1.1", "description": "A module for generating metrics from V8.", "main": "index.js", "scripts": {