Skip to content

Commit

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

## 15.10.0-beta.1 - 2024-09-13
* [#1743](https://github.com/stripe/stripe-php/pull/1743) Update generated code for beta
* Add support for new resources `Issuing.DisputeSettlementDetail` and `Issuing.Settlement`
* Add support for `all` and `retrieve` methods on resource `DisputeSettlementDetail`
* Remove support for `all` method on resource `QuotePhase`
* Add support for new values `issuing_dispute_settlement_detail.created`, `issuing_dispute_settlement_detail.updated`, `issuing_settlement.created`, and `issuing_settlement.updated` on enum `Event.type`
* Add support for `settlement` on `Issuing.Transaction`

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

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

0 comments on commit 971b4bd

Please sign in to comment.