summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-03-27 13:41:16 +0200
committerEugen Wissner <belka@caraus.de>2022-03-27 13:41:16 +0200
commita2401d563b448d962c929b3e98687b5d2ea71191 (patch)
treee702935ccd3dd508206ff4d28b42719f3361a0d3 /CHANGELOG.md
parent8503c0f288201223776f9962438c577241f08c9d (diff)
downloadgraphql-a2401d563b448d962c929b3e98687b5d2ea71191.tar.gz
Allow version 2.0 of the text package.v1.0.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1231a61..69663e9 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]
+## [1.0.3.0] - 2022-03-27
### Fixed
- Index position in error path. (Index and Segment paths of a field have been
swapped).
@@ -15,6 +15,7 @@ and this project adheres to
### Added
- quickCheck Parser test for arguments. Arbitrary instances for Language.GraphQL.AST.Document.
- Enhanced query error messages. Add tests for these cases.
+- Allow version 2.0 of the text package.
## [1.0.2.0] - 2021-12-26
### Added
@@ -476,7 +477,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
-[Unreleased]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=master&rev_to=v1.0.2.0
+[1.0.3.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=1.0.3.0&rev_to=v1.0.2.0
[1.0.2.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=1.0.2.0&rev_to=v1.0.1.0
[1.0.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.1.0&rev_to=v1.0.0.0
[1.0.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.0.0&rev_to=v0.11.1.0