From 6dc6229943cd241c51a89a7f33ce3332beaf4d31 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 25 Jan 2026 10:00:18 +0100 Subject: [PATCH] Release 1.0.7.0 --- CHANGELOG.md | 4 ++-- graphql-spice.cabal | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2aaeeb..d8806cf 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.7.0] - 2026-01-25 ### Removed - Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`). @@ -53,7 +53,7 @@ and this project adheres to - JSON serialization. - Test helpers. -[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...master +[1.0.7.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...v1.0.7.0 [1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0 [1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0 [1.0.4.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...v1.0.4.0 diff --git a/graphql-spice.cabal b/graphql-spice.cabal index e6b66b4..9e562b6 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: graphql-spice -version: 1.0.6.0 +version: 1.0.7.0 synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. @@ -16,7 +16,8 @@ license-files: LICENSE build-type: Simple extra-source-files: CHANGELOG.md tested-with: - GHC == 9.12.2 + GHC == 9.12.2, + GHC == 9.14.1 source-repository head type: git