Bump version to 1.32.1

This commit is contained in:
Brandur 2016-01-07 10:57:46 -07:00
parent 6fca0e63d9
commit 0c14e6ec1f
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.32.0
1.32.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.32.0'
VERSION = '1.32.1'
end