Skip to content

Commit

Permalink
Bump version to 13.3.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Dec 12, 2024
1 parent dfa3166 commit beda56c
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

## 13.3.0-beta.3 - 2024-12-12
* [#1499](https://github.com/stripe/stripe-ruby/pull/1499) Update generated code for beta
* Add support for `AllowRedisplay` on `Card` and `Source`
* 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`
* Add support for new value `network_fallback` on enum `IssuingAuthorizationRequestHistoryReason`
* Remove support for `AmountRefunded` on `PaymentRecord`
* Add support for `Account` on `TerminalReaderActionCollectPaymentMethod`, `TerminalReaderActionConfirmPaymentIntent`, `TerminalReaderActionProcessPaymentIntent`, and `TerminalReaderActionRefundPayment`

## 13.3.0-beta.2 - 2024-12-05
* [#1492](https://github.com/stripe/stripe-ruby/pull/1492) Update generated code for beta

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.3.0-beta.2
13.3.0-beta.3
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "13.3.0-beta.2"
VERSION = "13.3.0-beta.3"
end

0 comments on commit beda56c

Please sign in to comment.