2 parents d50d5f0 + 0c053f5 commit 04dff05Copy full SHA for 04dff05
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased
9
+
10
+## v5.8.1 - 2024-11-13
11
- [#387](https://github.com/Shopify/shopify-api-php/pull/387) [Patch] Fix GraphQL request to properly encode query string
12
13
## v5.8.0 - 2024-11-12
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '5.8.0';
+return '5.8.1';
5
// @codeCoverageIgnoreEnd
0 commit comments