diff --git a/CHANGELOG.md b/CHANGELOG.md index b85b0f4d..eae7c2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,30 @@ # beeline-nodejs changelog +## 2.8.1 [2021-09-16] + +### Fixes + +- Fix types on bindFunctionToTrace (#450). + - Thanks [@gmunguia](https://github.com/gmunguia) and [@zenazn](https://github.com/zenazn) for raising the issue. + +### Maintenance + +- Update deprecation comments (#444) [@vreynolds](https://github.com/vreynolds) +- Add engines to package.json (#443) +- Add NOTICE (#442) +- Bump prettier from 2.3.2 to 2.4.0 (#446) +- Bump jest from 27.0.6 to 27.1.1 (#447) +- Bump @types/node from 16.7.1 to 16.9.1 (#449) +- Bump fastify from 3.20.2 to 3.21.0 (#448) +- Bump @opentelemetry/api from 1.0.2 to 1.0.3 (#440) + ## 2.8.0 [09-01-2021] ### Improvements - Support esbuild (#415) [@markandrus](https://github.com/markandrus) - **Note:** The use of any JavaScript bundler will prevent the use of the majority of Beeline auto-instrumentations. - The Beeline's API can still be used for generating traces manually for your own application logic. + The Beeline's API can still be used for generating traces manually for your own application logic. ### Maintenance diff --git a/package-lock.json b/package-lock.json index 6257490d..3ffa1c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "honeycomb-beeline", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e65bdc6c..1c7f0436 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": "12.22.1" }, "license": "Apache-2.0", - "version": "2.8.0", + "version": "2.8.1", "repository": { "type": "git", "url": "https://github.com/honeycombio/beeline-nodejs.git"