Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Jan 7, 2024
1 parent b0aa1e0 commit 10ae5d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v1.2.4

* Fix ambiguous field name error with same argument name in multiple queries ([#86](https://github.com/brandonchinn178/graphql-client/issues/86))

# v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion graphql-client/graphql-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: >= 1.10
-- see: https://github.com/sol/hpack

name: graphql-client
version: 1.2.3
version: 1.2.4
synopsis: A client for Haskell programs to query a GraphQL API
description: A client for Haskell programs to query a GraphQL API.
category: Graphql
Expand Down
2 changes: 1 addition & 1 deletion graphql-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: graphql-client
version: 1.2.3
version: 1.2.4
verbatim:
cabal-version: '>= 1.10'
license: BSD3
Expand Down

0 comments on commit 10ae5d4

Please sign in to comment.