Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed May 18, 2017
1 parent 3e5ac15 commit 08b7e50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,5 @@ classes

# files
*.iml
*.sc
*.swp
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## v1.2.1 (2017-05-18)

* Fixed `MeasureQueryDepth` reducer not keeping the largest depth found (#245, #246). Big thanks @Eluinhost for this contribution!
* Easier way to create `Args` (#243). Big thanks @vishalkuo for this contribution!
* More options to render a schema (#241). This improvement is especially useful for apps that use relay modern.

## v1.2.0 (2017-04-29)

* Provide convenient functions for IDL-based schema materialization and validation (#240). . For more info see the ["Query Validation" section of documentation](http://sangria-graphql.org/learn/#query-validation). Improvements include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.2.0"
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.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 := "1.3.0-SNAPSHOT"
version := "1.2.1"

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

0 comments on commit 08b7e50

Please sign in to comment.