Skip to content

Commit ed791f3

Browse files
authored
Merge pull request #346 from Shopify/release-5-5-1
Preparing for v5.5.1 release
2 parents d496f6e + 2a881de commit ed791f3

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
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## v5.5.1 - 2024-05-24
11+
1012
- [#345](https://github.com/Shopify/shopify-api-php/pull/345) [Patch] Stop storing a session in the database when beginning OAuth, only when completing it
1113

1214
## v5.5.0 - 2024-04-18

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

0 commit comments

Comments
 (0)