diff --git a/CHANGELOG.md b/CHANGELOG.md index e42e7ec..7d275b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.7 (2018-08-03) + +* [OpenTracing Support](https://github.com/sangria-graphql/sangria-slowlog#opentracing-support) + ## v0.1.6 (2018-05-12) * Updated sangria to v1.4.1 diff --git a/build.sbt b/build.sbt index c803333..d5c5358 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria-slowlog" organization := "org.sangria-graphql" -version := "0.1.7-SNAPSHOT" +version := "0.1.7" description := "Sangria middleware to log slow GraphQL queries" homepage := Some(url("http://sangria-graphql.org")) @@ -20,7 +20,7 @@ scalacOptions ++= { libraryDependencies ++= Seq( "org.sangria-graphql" %% "sangria" % "1.4.1", - "io.dropwizard.metrics" % "metrics-core" % "4.0.2", + "io.dropwizard.metrics" % "metrics-core" % "4.0.3", "org.slf4j" % "slf4j-api" % "1.7.25", "io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.4", "io.opentracing" % "opentracing-mock" % "0.31.0",