summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-03 19:49:33 +0100
committerEugen Wissner <belka@caraus.de>2024-12-03 19:49:33 +0100
commit324a4c55ff1d1747af5050c2e576971ba9639230 (patch)
treedd524eaffb34a4a35bdac881faa2d1148d3b0a78
parent7ea76865e628b348fb8d5089aed9cc300cc653be (diff)
downloadgraphql-324a4c55ff1d1747af5050c2e576971ba9639230.tar.gz
Release 1.5.0.0v1.5.0.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--graphql.cabal2
2 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c94617a..afadd7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,11 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
-## [Unreleased]
-### Changed
+## [1.5.0.0] - 2024-12-03
+### Removed
- Remove deprecated 'gql' quasi quoter.
+
+### Changed
- Validate the subscription root not to be an introspection field
(`singleFieldSubscriptionsRule`).
@@ -544,7 +546,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
-[Unreleased]: https://git.caraus.tech/OSS/graphql/compare/v1.4.0.0...master
+[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
[1.2.0.3]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.2...v1.2.0.3
diff --git a/graphql.cabal b/graphql.cabal
index ac9c186..7088230 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: graphql
-version: 1.4.0.0
+version: 1.5.0.0
synopsis: Haskell GraphQL implementation
description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation.
category: Language