Bump version to 1.20.2

This commit is contained in:
Brian Krausz 2015-03-10 12:30:06 -07:00
parent 0df1c9b176
commit 9b92e86ef2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.20.2 2015-03-10
* Added support for updating nested hashes besides `metadata` (which was already supported)
* Fixed bug in balance retrieval
=== 1.20.1 2015-02-26
* Updated Card to point to customer sources endpoint when customer property is set

View File

@ -1 +1 @@
1.20.1
1.20.2

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.20.1'
VERSION = '1.20.2'
end