mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-02 00:00:35 -04:00
Bump version to 3.0.2
This commit is contained in:
parent
5786abcb7a
commit
6914178677
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '3.0.1'
|
||||
VERSION = '3.0.2'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user