Bump version

This commit is contained in:
Andrew Metcalf 2013-08-12 09:07:37 -07:00
parent ac70a81be1
commit 56d8b910f7
3 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
1.8.4
1.8.5

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.8.4'
VERSION = '1.8.5'
end