Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Feb 15, 2016
1 parent a14d07b commit 85955ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.0 (2016-02-15)

* Updated `circe` to version 0.3.0

## v0.1.0 (2016-01-23)

* Initial release
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.1.0"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.2.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.2.0-SNAPSHOT"
version := "0.2.0"

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

0 comments on commit 85955ca

Please sign in to comment.