summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-12-23 06:35:32 +0100
committerEugen Wissner <belka@caraus.de>2019-12-23 06:35:32 +0100
commitbdf711d69f71596e29328ae766c126c04f919267 (patch)
treedd3579a171d6e6c32758c2da8e3350d427f4da8b
parentb215e1a4a77368542c1b46fec234378feda4adce (diff)
downloadgraphql-bdf711d69f71596e29328ae766c126c04f919267.tar.gz
Release 0.6.1.0v0.6.1.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--package.yaml2
-rw-r--r--stack.yaml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9f7800..af211ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
-## Unreleased
+## [0.6.1.0] - 2019-12-23
### Fixed
- Parsing multiple string arguments, such as
`login(username: "username", password: "password")` would fail on the comma
@@ -162,6 +162,7 @@ All notable changes to this project will be documented in this file.
### Added
- Data types for the GraphQL language.
+[0.6.1.0]: https://github.com/caraus-ecms/graphql/compare/v0.6.0.0...v0.6.1.0
[0.6.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.5.1.0...v0.6.0.0
[0.5.1.0]: https://github.com/caraus-ecms/graphql/compare/v0.5.0.1...v0.5.1.0
[0.5.0.1]: https://github.com/caraus-ecms/graphql/compare/v0.5.0.0...v0.5.0.1
diff --git a/package.yaml b/package.yaml
index 3d03c97..aaf496c 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
name: graphql
-version: 0.6.0.0
+version: 0.6.1.0
synopsis: Haskell GraphQL implementation
description:
This package provides a rudimentary parser for the
diff --git a/stack.yaml b/stack.yaml
index d488fa3..f7d770d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-14.17
+resolver: lts-14.18
packages:
- .