mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-15 00:01:08 -05:00
Bump version
This commit is contained in:
parent
ac70a81be1
commit
56d8b910f7
@ -1,4 +1,11 @@
|
||||
=== 1.8.3 2013-07-11
|
||||
=== 1.8.5 2013-08-12
|
||||
|
||||
* Add support for unsetting attributes by setting to nil.
|
||||
Permits unsetting email and description on customers and description on charges.
|
||||
Setting properties to a blank string is now an error.
|
||||
* Attempting to set an object's id is now an error.
|
||||
|
||||
=== 1.8.4 2013-07-11
|
||||
|
||||
* Add support for new cards API (Stripe API version 2013-07-05)
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.8.4'
|
||||
VERSION = '1.8.5'
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user