Skip to content

Commit

Permalink
Bump version to 15.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Sep 18, 2024
1 parent 59e4339 commit 3df1a19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 15.10.0 - 2024-09-18
* [#1747](https://github.com/stripe/stripe-php/pull/1747) Update generated code
* Add support for new value `international_transaction` on enum `Treasury.ReceivedDebit.failure_code`
* [#1745](https://github.com/stripe/stripe-php/pull/1745) Update generated code
* Add support for new value `terminal_reader_invalid_location_for_activation` on enum `StripeError.code`
* Add support for `automatically_finalizes_at` on `Invoice`

## 15.9.0 - 2024-09-12
* [#1737](https://github.com/stripe/stripe-php/pull/1737) Update generated code
* Add support for new resource `InvoiceRenderingTemplate`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.9.0
15.10.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 = '15.9.0';
const VERSION = '15.10.0';

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

0 comments on commit 3df1a19

Please sign in to comment.