diff --git a/CHANGELOG.md b/CHANGELOG.md index 135f86ddb..aab02ce55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index a6c6dfd85..1ce1d1d23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.3.0-beta.2 +13.3.0-beta.3 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 68d7da10e..23e02659f 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.3.0-beta.2" + VERSION = "13.3.0-beta.3" end