Skip to content

Commit b792b59

Browse files
Bump version to 16.5.0-beta.3
1 parent 6904039 commit b792b59

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 16.5.0-beta.3 - 2025-01-23
4+
* [#1803](https://github.com/stripe/stripe-php/pull/1803) Update generated code for beta
5+
* V2 Events now are subclass of `\Stripe\V2\Event`.
6+
37
## 16.5.0-beta.2 - 2025-01-09
48
* [#1796](https://github.com/stripe/stripe-php/pull/1796) Update generated code for beta
59
* Add support for `close` method on resource `Treasury.FinancialAccount`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.5.0-beta.2
1+
16.5.0-beta.3

lib/Stripe.php

+1-1
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 = '16.5.0-beta.2';
67+
const VERSION = '16.5.0-beta.3';
6868

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

0 commit comments

Comments
 (0)