mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-07 00:00:35 -05:00
Bump version to 13.2.0-beta.1
This commit is contained in:
parent
f8d2d6d808
commit
4217591d6f
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 13.2.0-beta.1 - 2024-10-29
|
||||||
|
* [#1477](https://github.com/stripe/stripe-ruby/pull/1477) Update generated code for beta
|
||||||
|
* Add support for `trigger_action` method on resource `PaymentIntent`
|
||||||
|
|
||||||
## 13.1.0 - 2024-10-29
|
## 13.1.0 - 2024-10-29
|
||||||
* [#1472](https://github.com/stripe/stripe-ruby/pull/1472) Update generated code
|
* [#1472](https://github.com/stripe/stripe-ruby/pull/1472) Update generated code
|
||||||
* Add support for `submit_card` test helper method on resource `Issuing.Card`
|
* Add support for `submit_card` test helper method on resource `Issuing.Card`
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "13.1.0-beta.3"
|
VERSION = "13.2.0-beta.1"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user