Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Aug 13, 2018
1 parent c2f2104 commit b73a9b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
## Upcoming
## v1.4.2 (2018-08-13)

* Added `ConnectionHelper.definitionWithEdge` which allows to parametrize the edge type (#31). Big thanks to @phrojoe for this contribution!
* Added `ConnectionHelper.definitionWithEdge` which allows to parametrize the edge type (#31). Big thanks to @phrojoe for this contribution!
* Updated sangria to v1.4.2

## v1.4.1 (2018-05-12)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.4.1"
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.4.2"
```

More info and the documentation can be found in the project home page:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,6 +1,6 @@
name := "sangria-relay"
organization := "org.sangria-graphql"
version := "1.4.2-SNAPSHOT"
version := "1.4.2"

description := "Sangria Relay Support"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -19,7 +19,7 @@ scalacOptions ++= {
}

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "1.4.1",
"org.sangria-graphql" %% "sangria" % "1.4.2",
"org.scalatest" %% "scalatest" % "3.0.5" % "test")

// Publishing
Expand Down

0 comments on commit b73a9b1

Please sign in to comment.