Bump version to 2.2.0

This commit is contained in:
Brandur 2017-04-06 14:02:39 -07:00
parent 8684b27b54
commit 2979e5fc62
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.2.0 2017-04-06
* Add support for payouts and recipient transfers
=== 2.1.0 2017-03-17
* Support for detaching sources from customers

View File

@ -1 +1 @@
2.1.0
2.2.0

View File

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