Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Aug 13, 2018
1 parent 47c39bd commit b16f8c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
Expand All @@ -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",
Expand Down

0 comments on commit b16f8c3

Please sign in to comment.