Skip to content

Commit

Permalink
Bump version to 75.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 31, 2023
1 parent 1c611e8 commit d038ebb
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

## 75.3.0 - 2023-08-31
* [#1722](https://github.com/stripe/stripe-go/pull/1722) Update generated code
* Add support for new resource `AccountSession`
* Add support for `New` method on resource `AccountSession`
* Add support for new values `obligation_inbound`, `obligation_outbound`, `obligation_payout_failure`, `obligation_payout`, `obligation_reversal_inbound`, and `obligation_reversal_outbound` on enum `BalanceTransactionType`
* Change type of `EventType` from `string` to `enum`
* Add support for `Application` on `PaymentLink`

## 75.2.0 - 2023-08-24
* [#1718](https://github.com/stripe/stripe-go/pull/1718) Update generated code
* Add support for `Retention` on `BillingPortalSessionFlowDataSubscriptionCancelParams` and `BillingPortalSessionFlowSubscriptionCancel`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.2.0
75.3.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "75.2.0"
const clientversion = "75.3.0"

// 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 d038ebb

Please sign in to comment.