Skip to content

Commit

Permalink
chore(package): bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 4, 2017
1 parent f153326 commit 4944c6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.0.0"></a>
# 2.0.0 (2017-07-04)

* feat(tracer): jaeger-client interface ([f153326](https://github.com/RisingStack/jaeger-node/commit/f153326))


### BREAKING CHANGE

* tracer constructor is now follows jaeger-client


<a name="1.3.0"></a>
# 1.3.0 (2017-07-03)

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": "@risingstack/jaeger",
"version": "1.3.0",
"version": "2.0.0",
"description": "Out of the box OpenTracing instrumentation for Node.js and Jaeger",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4944c6f

Please sign in to comment.