mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-19 00:00:43 -04:00
Bump version to 2.0.0
This commit is contained in:
parent
150432183a
commit
ea90ddb6d3
@ -1,3 +1,11 @@
|
||||
=== 2.0.0 2017-02-14
|
||||
|
||||
* Drop support for Ruby 1.9
|
||||
* Allow HTTP client that makes Stripe calls to be configured via Faraday
|
||||
* Drop RestClient
|
||||
* Switch to OpenAPI 2.0 spec and generated fixtures in test suite
|
||||
* Switch to Webmock in test suite
|
||||
|
||||
=== 1.58.0 2017-01-19
|
||||
|
||||
* Remove erroneously added list methods for `Source` model
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.58.0'
|
||||
VERSION = '2.0.0'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user