Skip to content

Commit

Permalink
Bump elm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Oct 26, 2021
1 parent 8dfcfef commit 21effda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-ELM-PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [5.0.7] - 2021-10-26

### Fixed

- `operationName` is now passed in the body of mutation requests (see [#566](https://github.com/dillonkearns/elm-graphql/pull/566)). Thank you [@galdiuz](https://github.com/galdiuz) for the PR!

## [5.0.6] - 2021-08-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
"name": "dillonkearns/elm-graphql",
"summary": "Type-safe GraphQL queries in Elm.",
"license": "BSD-3-Clause",
"version": "5.0.6",
"version": "5.0.7",
"exposed-modules": [
"Graphql.Operation",
"Graphql.Http",
Expand Down

0 comments on commit 21effda

Please sign in to comment.