From ce6b2d751b3f7d3d07c050824d268623e8b12a53 Mon Sep 17 00:00:00 2001 From: Elizabeth Kenyon Date: Tue, 22 Oct 2024 09:59:10 -0500 Subject: [PATCH] preparing for release v5.7.0 --- CHANGELOG.md | 6 ++++-- src/version.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a746ce..f7590a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased -- [#371](https://github.com/Shopify/shopify-api-php/pull/371) Remove API version validation to allow more flexibility of API version. + +## v5.7.0 - 2024-10-22 +- [#371](https://github.com/Shopify/shopify-api-php/pull/371) [Minor] Remove API version validation to allow more flexibility of API version. And add support for 2024-10 API version - [#370](https://github.com/Shopify/shopify-api-php/pull/370) [Patch] Fix params set to zero being removed from request payload -- [#366](https://github.com/Shopify/shopify-api-php/pull/366) [Patch] Updated webhook subscription topic constants +- [#366](https://github.com/Shopify/shopify-api-php/pull/366) [Minor] Updated webhook subscription topic constants ## v5.6.0 - 2024-07-02 diff --git a/src/version.php b/src/version.php index cd5c47ad..d4d7152d 100644 --- a/src/version.php +++ b/src/version.php @@ -1,5 +1,5 @@