Bump version to 1.56.2

This commit is contained in:
Brandur 2016-11-17 11:54:35 -08:00
parent 1c4d43aad5
commit b3828b6736
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.56.2 2016-11-17
* Improve `StripeObject`'s `#to_s` to better handle how embedded objects are displayed
=== 1.56.1 2016-11-09
* Fix (fairly serious) memory like in `StripeObject`

View File

@ -1 +1 @@
1.56.1
1.56.2

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.56.1'
VERSION = '1.56.2'
end