mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 13.1.0-beta.2
This commit is contained in:
parent
c751d28679
commit
6637663560
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 13.1.0-beta.2 - 2024-10-08
|
||||
* [#1468](https://github.com/stripe/stripe-ruby/pull/1468) Update generated code for beta
|
||||
* Add support for `submit_card` test helper method on resource `Issuing.Card`
|
||||
|
||||
## 13.1.0-beta.1 - 2024-10-03
|
||||
* [#1465](https://github.com/stripe/stripe-ruby/pull/1465) Updates to the `Preview` class
|
||||
* Remove `Stripe::Preview`. Use `StripeClient#raw_request` instead (see below).
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "13.1.0-beta.1"
|
||||
VERSION = "13.1.0-beta.2"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user