From 3b69dac371651d303b7634c8b3d54b3221320f0d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 28 Feb 2023 17:54:02 +0100 Subject: [PATCH] Release 1.2.0.0 --- CHANGELOG.md | 4 ++-- graphql.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e5350..d929322 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.0] - 2023-02-28 ### Added - Schema printing. - `Semigroup` and `Monoid` instances for `AST.Document.Description`. @@ -505,7 +505,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.1.0.0 +[1.2.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.2.0.0&rev_to=v1.1.0.0 [1.1.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.1.0.0&rev_to=v1.0.3.0 [1.0.3.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.3.0&rev_to=v1.0.2.0 [1.0.2.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.2.0&rev_to=v1.0.1.0 diff --git a/graphql.cabal b/graphql.cabal index 417db28..644d227 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: graphql -version: 1.1.0.0 +version: 1.2.0.0 synopsis: Haskell GraphQL implementation description: Haskell implementation. category: Language @@ -21,7 +21,7 @@ extra-source-files: CHANGELOG.md README.md tested-with: - GHC == 9.2.4 + GHC == 9.2.5 source-repository head type: git