Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 31, 2017
1 parent 43aa094 commit d85742b
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 @@
## v1.3.2 (2017-11-01)

* Fix **regression** where variables aren't passed to query reducers (#291). Thanks to @msolomon for a quick fix!

## v1.3.1 (2017-10-29)

* High-level API for SDL-based schema materialization (#288). It provides much more simple and robust API for building an executable schema based on SDL definitions. For more info see ["High-level SDL-based Schema Builder" section of the documentation](http://sangria-graphql.org/learn/#high-level-sdl-based-schema-builder).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.3.1"
libraryDependencies += "org.sangria-graphql" %% "sangria" % "1.3.2"
```

You can find an example application that uses akka-http with sangria here:
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"
organization := "org.sangria-graphql"
version := "1.3.2-SNAPSHOT"
version := "1.3.2"

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

0 comments on commit d85742b

Please sign in to comment.