diff --git a/CHANGELOG.md b/CHANGELOG.md index 7759a63..84271f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## master +## v0.6.0 (2016-11-10) * Updated `circe` to version 0.6.0 * Cross-compile for scala 2.11 and 2.12 diff --git a/README.md b/README.md index f96e4b7..aca599c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SBT Configuration: ```scala -libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.5.3" +libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.6.0" ``` ## License diff --git a/build.sbt b/build.sbt index b7c8706..0d9ff5c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria-circe" organization := "org.sangria-graphql" -version := "0.5.4-SNAPSHOT" +version := "0.6.0" description := "Sangria circe marshalling" homepage := Some(url("http://sangria-graphql.org"))