Skip to content

Commit 0d8b075

Browse files
committed
Bump version to 21.3.2
1 parent 1620e4a commit 0d8b075

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+
## 21.3.2 - 2026-09-09
4+
* [#2142](https://github.com/stripe/stripe-php/pull/2142) Validate that webhook secrets are non-empty
5+
36
## 21.3.1 - 2026-09-01
47
* [#2138](https://github.com/stripe/stripe-php/pull/2138) Harden API requestor code against malicious URLs
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.3.1
1+
21.3.2

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 = '21.3.1';
67+
const VERSION = '21.3.2';
6868

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

0 commit comments

Comments
 (0)