Bump version to 2.0.0

This commit is contained in:
Brandur 2017-02-14 14:24:40 -08:00
parent 150432183a
commit ea90ddb6d3
3 changed files with 10 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.58.0
2.0.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.58.0'
VERSION = '2.0.0'
end