Skip to content

Commit 208bbb8

Browse files
committed
Bump version and update changelog.
1 parent ac04c9a commit 208bbb8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-ELM-PACKAGE.md

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

1010
## [Unreleased]
1111

12+
## [5.0.9] - 2022-01-21
13+
14+
### Fixed
15+
16+
- Query params are now passed through for POST requests (they were always empty before).
17+
1218
## [5.0.8] - 2021-11-29
1319

1420
### 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.8",
6+
"version": "5.0.9",
77
"exposed-modules": [
88
"Graphql.Operation",
99
"Graphql.Http",

0 commit comments

Comments
 (0)