mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-16 00:01:18 -05:00
Bump version to 1.32.1
This commit is contained in:
parent
6fca0e63d9
commit
0c14e6ec1f
@ -1,3 +1,8 @@
|
||||
=== 1.32.1 2016-01-07
|
||||
|
||||
* Fix bug where ivar left uninitialized in StripeObject could error on serialization
|
||||
* Fix bug where a nil customer from API could error Bitcoin model on refresh
|
||||
|
||||
=== 1.32.0 2016-01-05
|
||||
|
||||
* Add configuration to optionally retry network failures
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.32.0'
|
||||
VERSION = '1.32.1'
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user