diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-01-08 22:01:17 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-01-08 22:24:49 +0100 |
| commit | 052c1a1c7fa90dc8a985e3c4ddd9cd8f2537c83b (patch) | |
| tree | b35484683777e5b23f0154bf4fd01b444c385fb2 /CHANGELOG.md | |
| parent | 73beb7bd91af6f6bb58b691d73c01da421c6ad59 (diff) | |
| download | graphql-052c1a1c7fa90dc8a985e3c4ddd9cd8f2537c83b.tar.gz | |
Release 1.5.0.2v1.5.0.2
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc37766..f0c8027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [1.5.0.2] - 2026-01-08 +### Fixed +- Support GHC 9.14 and containers 0.8. + ## [1.5.0.1] - 2025-06-19 ### Fixed - Allow any 2.x QuickCheck version. @@ -551,6 +555,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[1.5.0.2]: https://git.caraus.tech/OSS/graphql/compare/v1.5.0.1...v1.5.0.2 [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 |
