summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-01-08 22:29:58 +0100
committerEugen Wissner <belka@caraus.de>2024-01-08 22:29:58 +0100
commitd2ea9fb467fdd1cba053cd3930777993c569ef0b (patch)
tree3dde2246178edeb900afa0fe2806e192bb4d595a /CHANGELOG.md
parent809f446ff1f7e4c94393cce0f490a07ef64d3440 (diff)
downloadgraphql-d2ea9fb467fdd1cba053cd3930777993c569ef0b.tar.gz
Release 1.2.0.2v1.2.0.2
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 b1e022a..f88ebdf 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.2.0.2] - 2024-01-09
### Fixed
- `gql` removes not only leading `\n` but also `\r`.
- Fix non nullable type string representation in executor error messages.
@@ -515,7 +515,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
-[Unreleased]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.1...master
+[1.2.0.2]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.1...v1.2.0.2
[1.2.0.1]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.0...v1.2.0.1
[1.2.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.1.0.0...v1.2.0.0
[1.1.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.0.3.0...v1.1.0.0