mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
Bump version to 13.1.2
This commit is contained in:
parent
56b9950250
commit
7ddf16d170
@ -1,4 +1,8 @@
|
||||
# Changelog
|
||||
## 13.1.2 - 2024-11-15
|
||||
* [#1488](https://github.com/stripe/stripe-ruby/pull/1488) Fix incorrect key in param encoding
|
||||
* [#1487](https://github.com/stripe/stripe-ruby/pull/1487) Update VSCode default extensions to use solargraph instead of ruby lsp
|
||||
|
||||
## 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "13.1.1"
|
||||
VERSION = "13.1.2"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user