Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Aug 7, 2015
1 parent d7fb7fb commit 75aa24e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## v0.2.1 (2015-08-07)

* Spec changes - sew validation rules:
* `LoneAnonymousOperation`
* `UniqueArgumentNames`
* `UniqueFragmentNames`
* `UniqueOperationNames`

## v0.2.0 (2015-08-02)

* groupId is changed to **org.sangria-graphql**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

SBT Configuration:

libraryDependencies += "org.sangria-graphql" %% "sangria" % "0.2.0"
libraryDependencies += "org.sangria-graphql" %% "sangria" % "0.2.1"

You can find an example application that uses akka-http with sangria here:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "sangria"
organization := "org.sangria-graphql"
version := "0.3.0-SNAPSHOT"
version := "0.2.1"

description := "Scala GraphQL implementation"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down

0 comments on commit 75aa24e

Please sign in to comment.