Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-leapyear committed Mar 22, 2021
1 parent f0e0618 commit 2b6fae6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Upcoming

## 1.1.1

Bug fixes:

* Generate enums that only appear in query arguments ([#59](https://github.com/LeapYear/graphql-client/pull/59))

## 1.1.0

Breaking changes:
Expand Down
4 changes: 2 additions & 2 deletions graphql-client/graphql-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: >= 1.10
--
-- see: https://github.com/sol/hpack
--
-- hash: 67eac1f662da0a34ca74c53971e94cae7ba2e799659ef36ae3343e9b21fde49b
-- hash: c25accf7e3c21d0afe69d04182d67865d8683906b4a860ad622fb99dcfcaa63d

name: graphql-client
version: 1.1.0
version: 1.1.1
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.1.0
version: 1.1.1
verbatim:
cabal-version: '>= 1.10'
license: BSD3
Expand Down

0 comments on commit 2b6fae6

Please sign in to comment.