summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-06-20 05:48:25 +0200
committerEugen Wissner <belka@caraus.de>2020-06-20 05:48:25 +0200
commitaef6030a8ee577f98a718a394ca97f20673f6d5c (patch)
tree94454567b5b7fc4eb9acc13acbe44198a7ce5b57
parent91bd2d0d8155469b28749a6458e0f7a9279e3698 (diff)
downloadgraphql-aef6030a8ee577f98a718a394ca97f20673f6d5c.tar.gz
Release 0.8.0.0v0.8.0.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1480af9..f42be0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
-## [Unreleased]
+## [0.8.0.0] - 2020-06-20
### Fixed
- The parser rejects variables when parsing defaultValue (DefaultValue). The
specification defines default values as `Value` with `const` parameter and
@@ -267,7 +267,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
-[Unreleased]: https://github.com/caraus-ecms/graphql/compare/v0.6.1.0...HEAD
+[0.8.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.7.0.0...v0.8.0.0
[0.7.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.6.1.0...v0.7.0.0
[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
diff --git a/package.yaml b/package.yaml
index 1186a24..af29c48 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
name: graphql
-version: 0.7.0.0
+version: 0.8.0.0
synopsis: Haskell GraphQL implementation
description:
This package provides a rudimentary parser for the