Skip to content

Commit

Permalink
Bump version to 76.16.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 2, 2024
1 parent d58f5e4 commit 5983b9c
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

## 76.16.0-beta.1 - 2024-02-01
* [#1806](https://github.com/stripe/stripe-go/pull/1806) Update generated code for beta
* Add support for new resources `Entitlements.Event` and `Entitlements.Feature`
* Add support for `New` method on resource `Event`
* Add support for `List` and `New` methods on resource `Feature`
* Add support for `Swish` on `ConfirmationTokenPaymentMethodPreview`
* Add support for new value `swish` on enum `ConfirmationTokenPaymentMethodPreviewType`
* Add support for new value `customer.entitlement_summary.updated` on enum `EventType`
* Add support for `AccountTaxIDs` on `InvoiceCreatePreviewScheduleDetailsPhasesInvoiceSettingsParams`, `InvoiceUpcomingLinesScheduleDetailsPhasesInvoiceSettingsParams`, and `InvoiceUpcomingScheduleDetailsPhasesInvoiceSettingsParams`
* Add support for `Feature` on `ProductFeaturesParams` and `ProductFeatures`

## 76.15.0-beta.1 - 2024-01-25
* [#1802](https://github.com/stripe/stripe-go/pull/1802) Update generated code for beta
* Add support for `CreatePreview` method on resource `Invoice`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.15.0-beta.1
76.16.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "76.15.0-beta.1"
const clientversion = "76.16.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 5983b9c

Please sign in to comment.