diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02166ce..4330da8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+# 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
+
+
# 1.3.0 (2017-07-03)
diff --git a/package.json b/package.json
index b6b25e5..18f1c22 100644
--- a/package.json
+++ b/package.json
@@ -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": {