Skip to content

Commit 80e8958

Browse files
authored
Merge pull request #458 from Shopify/v6.1.1
Preparing for release 6.1.1
2 parents 6eb1a25 + 6300239 commit 80e8958

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## v6.1.1 - 2026-03-02
911
- [#456](https://github.com/Shopify/shopify-api-php/pull/456) [Patch] Update firebase/php-jwt to ^7.0 to address security vulnerability (GHSA-2x45-7fc3-mxwq)
1012

1113
## v6.1.0 - 2026-01-21

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 '6.1.0';
4+
return '6.1.1';
55
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)