mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-05 00:02:14 -05:00
Update version
This commit is contained in:
parent
b2aafa854e
commit
56b792ccad
@ -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"]})
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.7.10'
|
||||
VERSION = '1.7.11'
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user