Skip to content

Commit caa2287

Browse files
authored
Merge pull request #451 from Shopify/v6.1.0
Preparing for release 6.1.0
2 parents 1cce40e + c1617d3 commit caa2287

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10-
## v6.1.0 - 2026-01-16
10+
## v6.1.0 - 2026-01-21
1111
- [#450](https://github.com/Shopify/shopify-api-php/pull/450) [Minor] Add support for 2026-01 API version
1212

1313
## v6.0.0 - 2025-10-28

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 '6.0.0';
4+
return '6.1.0';
55
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)