Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Aug 13, 2018
1 parent 0cdc09d commit b6e1518
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.8 (2018-08-03)

* Updated sangria to v1.4.2

## v0.1.7 (2018-08-03)

* [OpenTracing Support](https://github.com/sangria-graphql/sangria-slowlog#opentracing-support)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.4.1"
libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "0.1.6"
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.4.2"
libraryDependencies += "org.sangria-graphql" %% "sangria-slowlog" % "0.1.8"
```

## Usage
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.8-SNAPSHOT"
version := "0.1.8"

description := "Sangria middleware to log slow GraphQL queries"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -19,7 +19,7 @@ scalacOptions ++= {
}

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "1.4.1",
"org.sangria-graphql" %% "sangria" % "1.4.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",
Expand Down

0 comments on commit b6e1518

Please sign in to comment.