Skip to content

Commit

Permalink
Prepare release 0.1.8-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Jun 13, 2017
1 parent be1702d commit ea1e7f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change log
All notable changes to this project will be documented in this file.

## [0.1.8-alpha] - [2017-06-13]

## Added

- Added `DSL.interface()` method to create interfaces
- First Relay classic implementation draft
- Relay documentation

## [0.1.7-alpha] - [2017-06-09]

## Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ In order to use `GQL` in your Groovy code you can find it in Bintray:

Then you can add the dependency to your project:

compile 'com.github.grooviter:gql:0.1.7-alpha'
compile 'com.github.grooviter:gql:0.1.8-alpha'

Current documentation is available at: http://grooviter.github.io/gql/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.1.7-alpha
releaseVersion=0.1.8-alpha
releaseDescription=**GQL** is a set of Groovy DSLs and AST to build GraphQL schemas and queries
releaseGroup=com.github.grooviter

Expand Down
1 change: 1 addition & 0 deletions src/test/groovy/gql/relay/RelaySpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class RelaySpec extends Specification {
rebels {
name
ships($variant) {
pageInfo {
hasNextPage
hasPreviousPage
}
Expand Down

0 comments on commit ea1e7f7

Please sign in to comment.