Skip to content

Commit

Permalink
Bump version to 15.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Jul 25, 2024
1 parent 8da6e8e commit 07aeb53
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 15.5.0-beta.1 - 2024-07-25
* [#1723](https://github.com/stripe/stripe-php/pull/1723) Update generated code for beta
* Add support for new resources `Billing.AlertTriggered`, `Billing.Alert`, and `Tax.Association`
* Add support for `activate`, `all`, `archive`, `create`, `deactivate`, and `retrieve` methods on resource `Alert`
* Add support for `find` method on resource `Association`
* Add support for new values `issuing.account_closed_for_not_providing_business_model_clarification`, `issuing.account_closed_for_not_providing_url_clarification`, and `issuing.account_closed_for_not_providing_use_case_clarification` on enum `AccountNotice.reason`
* Add support for `async_workflows` on `PaymentIntent`
* Add support for `payto` on `PaymentMethodConfiguration`
* Add support for `display_name` on `Treasury.FinancialAccount`

## 15.4.0 - 2024-07-25
* [#1726](https://github.com/stripe/stripe-php/pull/1726) Update generated code
* Add support for `update` method on resource `Checkout.Session`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.3.0-beta.1
15.5.0-beta.1
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.3.0-beta.1';
const VERSION = '15.5.0-beta.1';

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

0 comments on commit 07aeb53

Please sign in to comment.