Skip to content

Commit

Permalink
Preparing for release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Oct 24, 2023
1 parent cd96b17 commit a3f8435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## v5.2.0 - 2023-10-24

- [#306](https://github.com/Shopify/shopify-api-php/pull/306) [Minor] Adding support for 2023-10 API version
- [#297](https://github.com/Shopify/shopify-api-php/pull/297) [Patch] Fix CustomerAddress methods, FulfillmentRequest save method

Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

// @codeCoverageIgnoreStart
return '5.1.0';
return '5.2.0';
// @codeCoverageIgnoreEnd

0 comments on commit a3f8435

Please sign in to comment.