Bump version to 2.2.1

This commit is contained in:
Brandur 2017-04-07 12:18:42 -07:00
parent ef512aa855
commit d2cada1c1c
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.2.1 2017-04-07
* Declare minimum required Faraday as 0.9
=== 2.2.0 2017-04-06
* Add support for payouts and recipient transfers

View File

@ -1 +1 @@
2.2.0
2.2.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.2.0'
VERSION = '2.2.1'
end