Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Prepare v3.15.0 release (#365)
Browse files Browse the repository at this point in the history
* Prepare v3.15.0 release

Signed-off-by: Joe Farro <joef@uber.com>

* Typo in changelog

Signed-off-by: Joe Farro <joef@uber.com>
  • Loading branch information
tiffon authored and yurishkuro committed May 10, 2019
1 parent 5c89fa5 commit e98f4f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes by Version

## 3.15.0 (2019-05-10)

* Avoid mutation of user's tags (#348) - Thanks @fapspirit
* Support false values for the B3 Sampled header (#346) - Thanks @sebnow
* Fix HTTP sender, consume response data to free up memory (#343) - Thanks @baldmaster
* Transform IP for int32 representation to dot representation (#340) - Thanks @Etienne-Carriere

## 3.14.4 (2019-01-24)

* Hard code version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaeger-client",
"version": "3.14.4",
"version": "3.15.0",
"description": "Jaeger binding for OpenTracing Node",
"engines": {
"node": ">=0.10"
Expand Down

0 comments on commit e98f4f2

Please sign in to comment.