mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-05 00:02:14 -05:00
Bump version to 13.1.1
This commit is contained in:
parent
aa880437dc
commit
75c8c3835c
@ -1,4 +1,8 @@
|
||||
# Changelog
|
||||
## 13.1.1 - 2024-11-06
|
||||
* [#1483](https://github.com/stripe/stripe-ruby/pull/1483) Fix APIResource#retrieve not sending `stripe_version`
|
||||
* [#1478](https://github.com/stripe/stripe-ruby/pull/1478) Update changelog with a note on 2024-10-28.acacia API version
|
||||
|
||||
## 13.1.0 - 2024-10-29
|
||||
* [#1472](https://github.com/stripe/stripe-ruby/pull/1472) This release changes the pinned API version to `2024-10-28.acacia`.
|
||||
* Add support for `submit_card` test helper method on resource `Issuing.Card`
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "13.1.0"
|
||||
VERSION = "13.1.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user