Skip to content

Commit 1aa9f72

Browse files
Bump version to 17.2.0-beta.2
1 parent 4166b8e commit 1aa9f72

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 17.2.0-beta.2 - 2025-04-04
4+
* [#1847](https://github.com/stripe/stripe-php/pull/1847) Remove stdClass from object shapes
5+
* Remove intersection with `stdClass` in resource properties and fixed `instanceof` checks.
6+
37
## 17.2.0-beta.1 - 2025-04-02
48

59
* [#1830](https://github.com/stripe/stripe-php/pull/1830) Update logic for Stripe::addBetaVersion

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.2.0-beta.1
1+
17.2.0-beta.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 = '17.2.0-beta.1';
67+
const VERSION = '17.2.0-beta.2';
6868

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

0 commit comments

Comments
 (0)