Skip to content

Commit

Permalink
Bump version to 15.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Aug 1, 2024
1 parent e358c20 commit d288807
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 15.6.0-beta.1 - 2024-08-01
* [#1728](https://github.com/stripe/stripe-php/pull/1728) Update generated code for beta
* Add support for `attach_payment` method on resource `Invoice`
* Add support for `last_price_migration_error` on `SubscriptionSchedule` and `Subscription`

## 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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.5.0-beta.1
15.6.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.5.0-beta.1';
const VERSION = '15.6.0-beta.1';

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

0 comments on commit d288807

Please sign in to comment.