Skip to content

Commit d9cbaf7

Browse files
committed
Bump elm package.
1 parent dff1294 commit d9cbaf7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG-ELM-PACKAGE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [Unreleased]
1111

12+
## [5.0.8] - 2021-11-29
13+
14+
### Fixed
15+
16+
- Order is now correctly preserved. Version 5.0.6 broke this condition, which is required by the GraphQL spec for mutations so they can be performed in a
17+
specific order. Thank you @kyasu1 for the PR! See [#575](https://github.com/dillonkearns/elm-graphql/pull/575).
18+
1219
## [5.0.7] - 2021-10-26
1320

1421
### Fixed

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "dillonkearns/elm-graphql",
44
"summary": "Type-safe GraphQL queries in Elm.",
55
"license": "BSD-3-Clause",
6-
"version": "5.0.7",
6+
"version": "5.0.8",
77
"exposed-modules": [
88
"Graphql.Operation",
99
"Graphql.Http",

0 commit comments

Comments
 (0)