diff --git a/CHANGELOG.md b/CHANGELOG.md index fba169fe..cbf5c520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # beeline-nodejs changelog +## 2.5.0 + +Improvements: + +- Alays return valid parent context when creating span #262 +- Add default object value when configuring beeline #258 +- Support fastify v3 #263 + +Maintenance: +- Update dependencies #259 & #260 + ## 2.4.0 - Introduces configuration options for parsing and propagating HTTP trace context headers (#249). diff --git a/package-lock.json b/package-lock.json index b900c234..00e70f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "honeycomb-beeline", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ac0d1cc..1cc4dc88 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": "10.21.0" }, "license": "Apache-2.0", - "version": "2.4.0", + "version": "2.5.0", "repository": { "type": "git", "url": "https://github.com/honeycombio/beeline-nodejs.git"