mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.32.1
This commit is contained in:
parent
3aad27f6e4
commit
218292aa15
@ -1,5 +1,8 @@
|
||||
# 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
|
||||
* [#973](https://github.com/stripe/stripe-ruby/pull/973) Reduce packed gem size
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.32.0"
|
||||
VERSION = "5.32.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user