Skip to content

Commit

Permalink
Bump version to 76.22.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Mar 14, 2024
1 parent 1de53b6 commit b77cb69
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 76.22.0-beta.1 - 2024-03-14
* [#1825](https://github.com/stripe/stripe-go/pull/1825) Update generated code for beta
* Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
* Add support for `Deactivate`, `Get`, `List`, `New`, `Reactivate`, and `Update` methods on resource `Meter`
* Add support for `New` method on resources `MeterEventAdjustment` and `MeterEvent`
* Add support for `New` test helper method on resource `ConfirmationToken`
* Add support for `AddLines`, `RemoveLines`, and `UpdateLines` methods on resource `Invoice`
* Add support for `Multibanco` on `ConfirmationTokenPaymentMethodPreview`, `PaymentIntentConfirmPaymentMethodDataParams`, `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodDataParams`, `PaymentIntentPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptions`, `PaymentMethodConfigurationParams`, `PaymentMethodConfiguration`, `PaymentMethodParams`, `PaymentMethod`, `RefundDestinationDetails`, `SetupIntentConfirmPaymentMethodDataParams`, and `SetupIntentPaymentMethodDataParams`
* Add support for new value `multibanco` on enums `ConfirmationTokenPaymentMethodPreviewType` and `PaymentMethodType`
* Add support for `SecondLine` on `IssuingPhysicalBundleFeatures`
* Add support for `MultibancoDisplayDetails` on `PaymentIntentNextAction`
* Add support for `Meter` on `PlanParams`, `Plan`, `PriceListRecurringParams`, `PriceRecurringParams`, and `PriceRecurring`

## 76.21.0 - 2024-03-14
* [#1824](https://github.com/stripe/stripe-go/pull/1824) Update generated code
* Add support for new resources `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.21.0-beta.1
76.22.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "76.21.0-beta.1"
const clientversion = "76.22.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 b77cb69

Please sign in to comment.