Skip to content

Commit c628cfa

Browse files
committed
Bump version to 20.2.1
1 parent 1312d46 commit c628cfa

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 20.2.1 - 2026-06-12
4+
* [#2079](https://github.com/stripe/stripe-php/pull/2079) Add "source" field to user-agent header
5+
36
## 20.2.0 - 2026-05-27
47
This release changes the pinned API version to 2026-05-27.dahlia.
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.2.0
1+
20.2.1

lib/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '20.2.0';
67+
const VERSION = '20.2.1';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)