Bump version to 1.20.4

This commit is contained in:
Russell Davis 2015-03-26 17:40:06 -07:00
parent bc3f514c5c
commit a980110740
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
=== 1.20.4 2015-03-26
* Raise an error when explicitly passing nil as the API key on resource methods
* Fix error when passing an API key to Balance.retrieve (github issue #232)
=== 1.20.3 2015-03-13
* Fixed error when updating certain resources (github issue #224)
=== 1.20.2 2015-03-10
* Added support for updating nested hashes besides `metadata` (which was already supported)

View File

@ -1 +1 @@
1.20.3
1.20.4

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.20.3'
VERSION = '1.20.4'
end