mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.32.0
This commit is contained in:
parent
410fc18fc3
commit
a415fa8aad
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.32.0 - 2021-04-05
|
||||
* [#973](https://github.com/stripe/stripe-ruby/pull/973) Reduce packed gem size
|
||||
|
||||
## 5.31.0 - 2021-04-02
|
||||
* [#968](https://github.com/stripe/stripe-ruby/pull/968) Allow StripeClient to be configured per instance
|
||||
* [#971](https://github.com/stripe/stripe-ruby/pull/971) On config change, only clear connection managers for changed config
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.31.0"
|
||||
VERSION = "5.32.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user