Skip to content

Commit 746d931

Browse files
authored
Merge pull request #337 from Shopify/5-5-0
Release version 5.5.0
2 parents d3690a6 + 48d775f commit 746d931

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
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## v5.5.0 - 2024-04-18
11+
1012
- [#332](https://github.com/Shopify/shopify-api-php/pull/332) [Patch] Avoid writing to system temporary directory when an API deprecation is encountered
1113

1214
## v5.4.0 - 2024-04-08

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.4.0';
4+
return '5.5.0';
55
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)