We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff5b57 + 699dab6 commit 17aa57eCopy full SHA for 17aa57e
2 files changed
CHANGELOG.md
@@ -6,8 +6,9 @@ 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
-- [#381](https://github.com/Shopify/shopify-api-php/pull/381) [Minor] Adding support for 2024-10 API version
10
+## v5.8.0 - 2024-11-12
11
+- [#381](https://github.com/Shopify/shopify-api-php/pull/381) [Minor] Adding support for 2024-10 API version
12
- [#379](https://github.com/Shopify/shopify-api-php/pull/379) [Patch] Fix GraphQL `Content-Type` header to be `application/json`
13
14
## v5.7.0 - 2024-10-22
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '5.7.0';
+return '5.8.0';
5
// @codeCoverageIgnoreEnd
0 commit comments