Bump version to 2.0.2

This commit is contained in:
Brandur 2017-03-16 09:06:27 -07:00
parent da9d8f7353
commit 66d8ecd0d0
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.0.2 2017-03-16
* Fix bad field reference when recovering from a JSON parsing problem
=== 2.0.1 2017-02-22
* Fix multipart parameter encoding to repair broken file uploads

View File

@ -1 +1 @@
2.0.1
2.0.2

View File

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