diff --git a/CHANGELOG.md b/CHANGELOG.md index f3dcb952..b0691de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +## v5.1.0 - 2023-07-11 + +- [#285](https://github.com/Shopify/shopify-api-php/pull/285) [Minor] Adding support for 2023-07 API version + ## v5.0.0 - 2023-05-10 - [#269](https://github.com/Shopify/shopify-api-php/pull/269) [bugfix] Refactored query string building to account for Shopify-specific array format diff --git a/src/version.php b/src/version.php index 6a9828cb..847596b9 100644 --- a/src/version.php +++ b/src/version.php @@ -1,5 +1,5 @@