diff --git a/CHANGELOG.md b/CHANGELOG.md index 558d6083..913c1162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +## v5.5.0 - 2024-04-18 + - [#332](https://github.com/Shopify/shopify-api-php/pull/332) [Patch] Avoid writing to system temporary directory when an API deprecation is encountered ## v5.4.0 - 2024-04-08 diff --git a/src/version.php b/src/version.php index 2a058606..8ec7486d 100644 --- a/src/version.php +++ b/src/version.php @@ -1,5 +1,5 @@