Bump version to 5.32.0

This commit is contained in:
Brandur 2021-04-05 14:58:58 -07:00
parent 410fc18fc3
commit a415fa8aad
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.31.0
5.32.0

View File

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