Skip to content

Commit

Permalink
Release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Aug 26, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1e66da6 commit 2a65a24
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.7.3 (2016-08-26)

* Updated sangria to v0.7.3

## v0.7.2 (2016-08-01)

* Updated sangria to v0.7.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "0.7.2"
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "0.7.3"
```

More info and the documentation can be found in the project home page:
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sangria-relay"
organization := "org.sangria-graphql"
version := "0.7.3-SNAPSHOT"
version := "0.7.3"

description := "Sangria Relay Support"
homepage := Some(url("http://sangria-graphql.org"))
@@ -10,7 +10,7 @@ scalaVersion := "2.11.8"
scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "0.7.2",
"org.sangria-graphql" %% "sangria" % "0.7.3",
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)

0 comments on commit 2a65a24

Please sign in to comment.