Update version

This commit is contained in:
Ross Boucher 2013-02-21 12:09:10 -08:00
parent b2aafa854e
commit 56b792ccad
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
=== 1.7.11 2013-02-21
* Add 'id' to the list of permanent attributes
=== 1.7.10 2013-02-01
* Add support for passing options when retrieving Stripe objects
e.g., Stripe::Charge.retrieve({id:"foo", expand:["customer"]})

View File

@ -1 +1 @@
1.7.10
1.7.11

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.7.10'
VERSION = '1.7.11'
end