mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-10 00:01:09 -04:00
Bump version to 3.0.1
This commit is contained in:
parent
8bae71f246
commit
743de63894
@ -1,3 +1,8 @@
|
||||
=== 3.0.1 2017-07-11
|
||||
|
||||
* Properties set with an API resource will now serialize that resource's ID if possible
|
||||
* API resources will throw an ArgumentError on save if a property has been with an API resource that cannot be serialized
|
||||
|
||||
=== 3.0.0 2017-06-27
|
||||
|
||||
* `#pay` on invoice now takes params as well as opts
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '3.0.0'
|
||||
VERSION = '3.0.1'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user