summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-08-29 12:12:04 +0200
committerEugen Wissner <belka@caraus.de>2020-08-29 12:12:04 +0200
commit4b59da2fcb3d719855060143e5f71fb710031f75 (patch)
treed0f052edb55f8e4dd3c5c5115bebfd27a54174c4 /CHANGELOG.md
parent7e78f98f090168fe8b315a5e9438e635afdf93a4 (diff)
downloadgraphql-4b59da2fcb3d719855060143e5f71fb710031f75.tar.gz
Release 0.10.0.0v0.10.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e45f6d..b9fc93f 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.10.0.0] - 2020-08-29
## Changed
- `Test.Hspec.GraphQL.*`: replace `IO` in the resolver with any `MonadCatch`.
- The `Location` argument of `AST.Document.Definition.ExecutableDefinition` was
@@ -334,7 +334,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
-[Unreleased]: https://github.com/caraus-ecms/graphql/compare/v0.9.0.0...HEAD
+[0.10.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.9.0.0...v0.10.0.0
[0.9.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.8.0.0...v0.9.0.0
[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