We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cce40e + c1617d3 commit caa2287Copy full SHA for caa2287
2 files changed
CHANGELOG.md
@@ -7,7 +7,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased
9
10
-## v6.1.0 - 2026-01-16
+## v6.1.0 - 2026-01-21
11
- [#450](https://github.com/Shopify/shopify-api-php/pull/450) [Minor] Add support for 2026-01 API version
12
13
## v6.0.0 - 2025-10-28
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '6.0.0';
+return '6.1.0';
5
// @codeCoverageIgnoreEnd
0 commit comments