Bump version to 13.1.1

This commit is contained in:
Helen Ye 2024-11-06 17:38:41 -05:00
parent aa880437dc
commit 75c8c3835c
3 changed files with 6 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
13.1.0
13.1.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "13.1.0"
VERSION = "13.1.1"
end