We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad7ad2 + 71e6dfa commit fcb281aCopy full SHA for fcb281a
CHANGELOG.md
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased
9
10
+## v5.6.0 - 2024-07-02
11
+
12
- [#354](https://github.com/Shopify/shopify-api-php/pull/354) [Minor] Adding support for 2024-07 API version
13
14
## v5.5.1 - 2024-05-24
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '5.5.1';
+return '5.6.0';
5
// @codeCoverageIgnoreEnd
0 commit comments