Skip to content

Commit 04dff05

Browse files
authored
Merge pull request #388 from Shopify/v5_8_1
Preparing for release 5.8.1
2 parents d50d5f0 + 0c053f5 commit 04dff05

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## v5.8.1 - 2024-11-13
911
- [#387](https://github.com/Shopify/shopify-api-php/pull/387) [Patch] Fix GraphQL request to properly encode query string
1012

1113
## v5.8.0 - 2024-11-12

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// @codeCoverageIgnoreStart
4-
return '5.8.0';
4+
return '5.8.1';
55
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)