We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfbc3a1 + c2824c2 commit 8ff4648Copy full SHA for 8ff4648
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased
9
10
+## v5.3.0 - 2024-01-10
11
+
12
- [#318](https://github.com/Shopify/shopify-api-php/pull/318) [Minor] Adding support for 2024-01 API version
13
14
## v5.2.0 - 2023-10-24
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '5.2.0';
+return '5.3.0';
5
// @codeCoverageIgnoreEnd
0 commit comments