Skip to content

Commit

Permalink
Bump version to 15.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Sep 5, 2024
1 parent 89398f2 commit 891153a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 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`
* Add support for `retrieve` method on resource `ReaderCollectedData`
* Add support for new value `terminal_reader_collected_data_invalid` on enum `StripeError.code`
* Add support for new value `billing.meter_error_report.triggered` on enum `Event.type`
* Add support for `regulatory_reporting_file` on `Issuing.CreditUnderwritingRecord`
* Add support for new value `mb_way` on enum `PaymentLink.payment_method_types[]`
* Add support for `mb_way` on `PaymentMethod`
* Add support for new value `mb_way` on enum `PaymentMethod.type`

## 15.8.0 - 2024-08-29
* [#1742](https://github.com/stripe/stripe-php/pull/1742) Generate SDK for OpenAPI spec version 1230
* Add support for new value `issuing_regulatory_reporting` on enum `File.purpose`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.8.0-beta.1
15.9.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.8.0-beta.1';
const VERSION = '15.9.0-beta.1';

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

0 comments on commit 891153a

Please sign in to comment.