Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed May 13, 2017
1 parent 00ee8f3 commit 2e0815f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.1.0 (2017-05-13)

* Updated `circe` to version 0.8.0

## v1.0.1 (2017-01-18)

* Updated `circe` to version 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "1.0.1"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "1.1.0"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "sangria-circe"
organization := "org.sangria-graphql"
version := "1.0.2-SNAPSHOT"
version := "1.1.0"

description := "Sangria circe marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down

0 comments on commit 2e0815f

Please sign in to comment.