Skip to content

Commit 5e390f1

Browse files
authored
Merge pull request #378 from Shopify/v5_7_0
Preparing for release v5.7.0
2 parents dc06610 + ce6b2d7 commit 5e390f1

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9-
- [#371](https://github.com/Shopify/shopify-api-php/pull/371) Remove API version validation to allow more flexibility of API version.
9+
10+
## v5.7.0 - 2024-10-22
11+
- [#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
1012
- [#370](https://github.com/Shopify/shopify-api-php/pull/370) [Patch] Fix params set to zero being removed from request payload
11-
- [#366](https://github.com/Shopify/shopify-api-php/pull/366) [Patch] Updated webhook subscription topic constants
13+
- [#366](https://github.com/Shopify/shopify-api-php/pull/366) [Minor] Updated webhook subscription topic constants
1214

1315
## v5.6.0 - 2024-07-02
1416

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

0 commit comments

Comments
 (0)