Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Nov 10, 2016
1 parent 365308c commit 65b9956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down

0 comments on commit 65b9956

Please sign in to comment.