Skip to content

Commit d368eef

Browse files
authored
Merge pull request #286 from Shopify/release_v5_1_0
Packaging for release v.5.1.0
2 parents d73c4d0 + 20271e5 commit d368eef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## v5.1.0 - 2023-07-11
11+
12+
- [#285](https://github.com/Shopify/shopify-api-php/pull/285) [Minor] Adding support for 2023-07 API version
13+
1014
## v5.0.0 - 2023-05-10
1115

1216
- [#269](https://github.com/Shopify/shopify-api-php/pull/269) [bugfix] Refactored query string building to account for Shopify-specific array format

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

0 commit comments

Comments
 (0)