Bump version to 3.0.2

This commit is contained in:
Brandur 2017-07-12 14:00:48 -07:00
parent 5786abcb7a
commit 6914178677
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 3.0.2 2017-07-12
* Convert `nil` to empty string when serializing parameters
(instead of opaquely dropping it)
=== 3.0.1 2017-07-11
* Properties set with an API resource will now serialize that resource's ID if possible

View File

@ -1 +1 @@
3.0.1
3.0.2

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '3.0.1'
VERSION = '3.0.2'
end