mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-29 00:02:34 -04:00
Bump version
This commit is contained in:
parent
79516e8552
commit
7571ab5a38
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
stripe (1.7.3)
|
||||
stripe (1.7.4)
|
||||
multi_json (~> 1.1)
|
||||
rest-client (~> 1.4)
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
=== 1.7.4 2012-10-08
|
||||
|
||||
* Fix bug introduced in 1.7.3 calling API methods that take no
|
||||
arguments, like Stripe::Invoice#pay (github issue #42)
|
||||
|
||||
=== 1.7.3 2012-09-14
|
||||
|
||||
* Make sure that both keys and values of GET params are
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.7.3'
|
||||
VERSION = '1.7.4'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user