Bump version to 2.0.1

This commit is contained in:
Brandur 2017-02-22 08:11:30 -08:00
parent 083038e7c0
commit 1bb9ac48b9
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.0.1 2017-02-22
* Fix multipart parameter encoding to repair broken file uploads
=== 2.0.0 2017-02-14
* Drop support for Ruby 1.9

View File

@ -1 +1 @@
2.0.0
2.0.1

View File

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