Skip to content

Commit

Permalink
Merge pull request #382 from Shopify/v5_8_0
Browse files Browse the repository at this point in the history
preparing for release v5.8.0
  • Loading branch information
lizkenyon authored Nov 12, 2024
2 parents 9ff5b57 + 699dab6 commit 17aa57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ 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
- [#381](https://github.com/Shopify/shopify-api-php/pull/381) [Minor] Adding support for 2024-10 API version

## v5.8.0 - 2024-11-12
- [#381](https://github.com/Shopify/shopify-api-php/pull/381) [Minor] Adding support for 2024-10 API version
- [#379](https://github.com/Shopify/shopify-api-php/pull/379) [Patch] Fix GraphQL `Content-Type` header to be `application/json`

## v5.7.0 - 2024-10-22
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.7.0';
return '5.8.0';
// @codeCoverageIgnoreEnd

0 comments on commit 17aa57e

Please sign in to comment.