Bump version to 5.32.1

This commit is contained in:
Brandur 2021-04-05 15:07:34 -07:00
parent 3aad27f6e4
commit 218292aa15
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 5.32.1 - 2021-04-05
* Correct use of regexp `match` in gemspec for old versions of Ruby
## 5.32.0 - 2021-04-05 ## 5.32.0 - 2021-04-05
* [#973](https://github.com/stripe/stripe-ruby/pull/973) Reduce packed gem size * [#973](https://github.com/stripe/stripe-ruby/pull/973) Reduce packed gem size

View File

@ -1 +1 @@
5.32.0 5.32.1

View File

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