Skip to content

Commit

Permalink
Bump version to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 31, 2023
1 parent 9b199e7 commit 8ef1851
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## 12.1.0 - 2023-08-31
* [#1560](https://github.com/stripe/stripe-php/pull/1560) Update generated code
* Add support for new resource `AccountSession`
* Add support for `create` method on resource `AccountSession`
* Add support for new values `obligation_inbound`, `obligation_outbound`, `obligation_payout_failure`, `obligation_payout`, `obligation_reversal_inbound`, and `obligation_reversal_outbound` on enum `BalanceTransaction.type`
* Change type of `Event.type` from `string` to `enum`
* Add support for `application` on `PaymentLink`
* [#1562](https://github.com/stripe/stripe-php/pull/1562) Nicer ApiErrorException::__toString()
* [#1558](https://github.com/stripe/stripe-php/pull/1558) Update generated code
* Add support for `payment_method_details` on `Dispute`
* Add support for `prefetch` on `FinancialConnections.Session`

## 12.0.0 - 2023-08-18
**⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
12.0.0
12.1.0
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '12.0.0';
const VERSION = '12.1.0';

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

0 comments on commit 8ef1851

Please sign in to comment.