We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3690a6 + 48d775f commit 746d931Copy full SHA for 746d931
2 files changed
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.5.0 - 2024-04-18
11
+
12
- [#332](https://github.com/Shopify/shopify-api-php/pull/332) [Patch] Avoid writing to system temporary directory when an API deprecation is encountered
13
14
## v5.4.0 - 2024-04-08
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '5.4.0';
+return '5.5.0';
5
// @codeCoverageIgnoreEnd
0 commit comments