Skip to content

Commit

Permalink
Prepare v2.5.0 release (#265)
Browse files Browse the repository at this point in the history
* add changelog entry for v2.5.0

* bump version to v2.5.0

* fix styling
  • Loading branch information
MikeGoldsmith authored Nov 6, 2020
1 parent f7c9b1a commit 5bcb5fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5bcb5fb

Please sign in to comment.