Skip to content

Commit 3359c0e

Browse files
committed
Bump version to 81.2.0-beta.3
1 parent c0a81ea commit 3359c0e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 81.2.0-beta.3 - 2024-12-12
4+
* [#1956](https://github.com/stripe/stripe-go/pull/1956) Update generated code for beta
5+
* Add support for `AllowRedisplay` on `Card` and `Source`
6+
* Add support for new values `am_tin`, `ao_tin`, `ba_tin`, `bb_tin`, `bs_tin`, `cd_nif`, `gn_nif`, `kh_tin`, `me_pib`, `mk_vat`, `mr_nif`, `np_pan`, `sn_ninea`, `sr_fin`, `tj_tin`, `ug_tin`, `zm_tin`, and `zw_tin` on enums `CheckoutSessionCollectedInformationTaxIdsType` and `OrderTaxDetailsTaxIdsType`
7+
* Add support for new value `network_fallback` on enum `IssuingAuthorizationRequestHistoryReason`
8+
* Remove support for `AmountRefunded` on `PaymentRecord`
9+
* Add support for `Account` on `TerminalReaderActionCollectPaymentMethod`, `TerminalReaderActionConfirmPaymentIntent`, `TerminalReaderActionProcessPaymentIntent`, and `TerminalReaderActionRefundPayment`
10+
311
## 81.2.0-beta.2 - 2024-12-05
412
* [#1953](https://github.com/stripe/stripe-go/pull/1953) Update generated code for beta
513
* Add support for `AutomaticIndirectTax` on `AccountCapabilitiesParams` and `AccountCapabilities`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81.2.0-beta.2
1+
81.2.0-beta.3

stripe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
13941394
//
13951395

13961396
// clientversion is the binding version
1397-
const clientversion = "81.2.0-beta.2"
1397+
const clientversion = "81.2.0-beta.3"
13981398

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

0 commit comments

Comments
 (0)