diff --git a/CHANGELOG.md b/CHANGELOG.md index c98c489c..f2a6c039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # beeline-nodejs changelog +## 2.7.2 [06-25-2021] + +### Fixes + +- Fix: http(s) instrumentation URL arg. (#361) | [@vreynolds](https://github.com/vreynolds) + +### Improvements + +- Make sampleRate optional in the interface. (#379) | [@Thom-netexpo](https://github.com/Thom-netexpo) + ## 2.7.1 [06-02-2021] ### Improvements diff --git a/package-lock.json b/package-lock.json index ef40a194..f8aa2219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "honeycomb-beeline", - "version": "2.7.1", + "version": "2.7.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f4a1977d..fc3d9a61 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "description": "automatic instrumentation for honeycomb.io", "author": "support@honeycomb.io", "volta": { - "node": "10.21.0" + "node": "12.22.1" }, "license": "Apache-2.0", - "version": "2.7.1", + "version": "2.7.2", "repository": { "type": "git", "url": "https://github.com/honeycombio/beeline-nodejs.git"