Skip to content

Commit

Permalink
Merge pull request #395 from Shopify/v_5_9_0
Browse files Browse the repository at this point in the history
Preparing for release v5.9.0
  • Loading branch information
lizkenyon authored Jan 8, 2025
2 parents 01da173 + 2d5e513 commit 0080c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## v5.9.0 - 2025-01-08
- [#393](https://github.com/Shopify/shopify-api-php/pull/393) [Minor] Add support for 2025-01 API version REST resources
- [#367](https://github.com/Shopify/shopify-api-php/pull/367) [Patch] Allow uppercase characters in redirect URI
- [#394](https://github.com/Shopify/shopify-api-php/pull/394) [Patch] Remove implicit nullability to support PHP 8.4

## v5.8.1 - 2024-11-13
- [#387](https://github.com/Shopify/shopify-api-php/pull/387) [Patch] Fix GraphQL request to properly encode query string
- [#394](https://github.com/Shopify/shopify-api-php/pull/394) [Patch] Remove implicit nullability to support PHP 8.4

## v5.8.0 - 2024-11-12
- [#381](https://github.com/Shopify/shopify-api-php/pull/381) [Minor] Adding support for 2024-10 API version
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.8.1';
return '5.9.0';
// @codeCoverageIgnoreEnd

0 comments on commit 0080c3c

Please sign in to comment.