Skip to content

Commit 3c7a4ff

Browse files
authored
Merge pull request #307 from Shopify/v_5_2_0
Preparing for release v5.2.0
2 parents cd96b17 + a3f8435 commit 3c7a4ff

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.2.0 - 2023-10-24
11+
1012
- [#306](https://github.com/Shopify/shopify-api-php/pull/306) [Minor] Adding support for 2023-10 API version
1113
- [#297](https://github.com/Shopify/shopify-api-php/pull/297) [Patch] Fix CustomerAddress methods, FulfillmentRequest save method
1214

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

0 commit comments

Comments
 (0)