diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ae717..020f744 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 2f4a705..6066bc4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index afc83a0..96b7bd1 100644 --- a/build.sbt +++ b/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"))