Skip to content

Commit

Permalink
Bump version to 74.16.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Apr 13, 2023
1 parent 6188a6c commit 37eec54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 74.16.0-beta.2 - 2023-04-13
* [#1639](https://github.com/stripe/stripe-go/pull/1639) Update generated code for beta
* Add support for `CollectPaymentMethod` and `ConfirmPaymentIntent` methods on resource `Terminal.Reader`
* Add support for `PaypalPayments` on `AccountCapabilitiesParams` and `AccountCapabilities`
* Add support for new value `REVOIE23` on enums `ChargePaymentMethodDetailsIdealBic`, `PaymentMethodIdealBic`, and `SetupAttemptPaymentMethodDetailsIdealBic`
* Add support for `CollectPaymentMethod` and `ConfirmPaymentIntent` on `TerminalReaderAction`
* Add support for `StripeAccount` on `TerminalReaderActionProcessPaymentIntent` and `TerminalReaderActionRefundPayment`
* Add support for new values `collect_payment_method` and `confirm_payment_intent` on enum `TerminalReaderActionType`

## 74.16.0-beta.1 - 2023-04-06
* [#1637](https://github.com/stripe/stripe-go/pull/1637) Update generated code for beta
* Add support for `TreasuryTransaction` on `CapitalFinancingTransactionListParams`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.16.0-beta.1
74.16.0-beta.2
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string {
//

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

// 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 37eec54

Please sign in to comment.