Skip to content

Commit

Permalink
Bump version to 10.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 11, 2023
1 parent 3b3ce68 commit b4ab319
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 10.21.0 - 2023-08-10
* [#1546](https://github.com/stripe/stripe-php/pull/1546) Update generated code
* Add support for new value `payment_reversal` on enum `BalanceTransaction.type`
* Add support for new value `adjusted_for_overdraft` on enum `CustomerBalanceTransaction.type`

## 10.20.0 - 2023-08-03
* [#1544](https://github.com/stripe/stripe-php/pull/1544) Update generated code
* [#1539](https://github.com/stripe/stripe-php/pull/1539) Update generated code
* Add support for `subscription_details` on `Invoice`
* Add support for new values `sepa_debit_fingerprint` and `us_bank_account_fingerprint` on enum `Radar.ValueList.item_type`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.20.0
10.21.0
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '10.20.0';
const VERSION = '10.21.0';

/**
* @return string the API key used for requests
Expand Down

0 comments on commit b4ab319

Please sign in to comment.