Skip to content

Commit 6300239

Browse files
lizkenyonclaude
andcommitted
Preparing for release 6.1.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6eb1a25 commit 6300239

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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)