summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-06-19 13:50:45 +0200
committerEugen Wissner <belka@caraus.de>2025-06-19 13:50:45 +0200
commit2215799cf7895787d59bd63a52665b1d4ddf47e3 (patch)
tree5f59740edeafdb79304b6db2962dc4332dcdd257 /CHANGELOG.md
parent497edf326d51e1dd82ea497f2367ebaa19428b85 (diff)
downloadgraphql-2215799cf7895787d59bd63a52665b1d4ddf47e3.tar.gz
Release 1.5.0.1v1.5.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afadd7a..dc37766 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
+## [1.5.0.1] - 2025-06-19
+### Fixed
+- Allow any 2.x QuickCheck version.
+- Make the lexer and parser safe.
+
## [1.5.0.0] - 2024-12-03
### Removed
- Remove deprecated 'gql' quasi quoter.
@@ -546,6 +551,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
+[1.5.0.1]: https://git.caraus.tech/OSS/graphql/compare/v1.5.0.0...v1.5.0.1
[1.5.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.4.0.0...v1.5.0.0
[1.4.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.3.0.0...v1.4.0.0
[1.3.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.3...v1.3.0.0