Skip to content

Commit

Permalink
Bump version to 79.11.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 ba3ea9c commit 9871e80
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 79.11.0-beta.1 - 2024-09-05
* [#1908](https://github.com/stripe/stripe-go/pull/1908) Update generated code for beta
* Add support for new resources `Billing.MeterErrorReport` and `Terminal.ReaderCollectedData`
* Add support for `Get` method on resource `ReaderCollectedData`
* Add support for `Recipients` on `AccountSessionComponentsParams`
* Add support for new value `terminal_reader_collected_data_invalid` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
* Add support for `BusinessName`, `Email`, `Phone`, and `TaxIDs` on `CheckoutSessionCollectedInformation`
* Add support for new value `billing.meter_error_report.triggered` on enum `EventType`
* Add support for `RegulatoryReportingFile` on `IssuingCreditUnderwritingRecordCorrectParams`, `IssuingCreditUnderwritingRecordCreateFromProactiveReviewParams`, `IssuingCreditUnderwritingRecordReportDecisionParams`, and `IssuingCreditUnderwritingRecord`
* Add support for new value `mb_way` on enum `PaymentLinkPaymentMethodTypes`
* Remove support for `Rechnung` on `PaymentMethodParams`

## 79.9.0-beta.2 - 2024-08-22
* [#1907](https://github.com/stripe/stripe-go/pull/1907) Update generated code for beta
* Add support for `MbWayPayments` on `AccountCapabilitiesParams` and `AccountCapabilities`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.9.0-beta.2
79.11.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "79.9.0-beta.2"
const clientversion = "79.11.0-beta.1"

// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
// This is chosen to be consistent with the other Stripe language libraries and
Expand Down

0 comments on commit 9871e80

Please sign in to comment.