Bump version to 3.0.1

This commit is contained in:
Brandur 2017-07-11 17:02:49 -07:00
parent 8bae71f246
commit 743de63894
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
3.0.0
3.0.1

View File

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