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

Commit

Permalink
Prepare release 3.17 (#401)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Sep 23, 2019
1 parent 127f21c commit 037073c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changes by Version

## 3.17.0 (unreleased)
* nothing yet
## 3.17.0 (2019-09-23)

* Add option to support zipkin's shared span id between client and server spans (#399) -- Jonathan Monette
* Allow specifying 128bit trace IDs via Configuration (#397) -- Aleksei Androsov
* Add support for UDP over IPv6 (#396) -- Aleksei Androsov

## 3.16.0 (2019-09-09)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaeger-client",
"version": "3.16.1dev",
"version": "3.17.0",
"description": "Jaeger binding for OpenTracing Node",
"engines": {
"node": ">=0.10"
Expand All @@ -14,7 +14,7 @@
"url": "git://github.com/jaegertracing/jaeger-client-node.git"
},
"files": ["dist/src"],
"contributors": ["Yuri Shkuro <[email protected]>", "Won Jun Jang <[email protected]>"],
"contributors": ["Yuri Shkuro <[email protected]>", "Won Jun Jang <[email protected]>", "Jaeger Authors <[email protected]>"],
"dependencies": {
"node-int64": "^0.4.0",
"opentracing": "^0.13.0",
Expand Down

0 comments on commit 037073c

Please sign in to comment.