Skip to content

Commit 8ff4648

Browse files
authored
Merge pull request #319 from Shopify/release_5_3_0
Preparing for release v5.3.0
2 parents bfbc3a1 + c2824c2 commit 8ff4648

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.3.0 - 2024-01-10
11+
1012
- [#318](https://github.com/Shopify/shopify-api-php/pull/318) [Minor] Adding support for 2024-01 API version
1113

1214
## v5.2.0 - 2023-10-24

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

0 commit comments

Comments
 (0)