Bump version to 2.1.0

This commit is contained in:
Brandur 2017-03-17 12:17:00 -07:00
parent 53f97b5000
commit 0727e11a5b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.1.0 2017-03-17
* Support for detaching sources from customers
=== 2.0.3 2017-03-16
* Fix marshalling of `StripeObjects` that have an embedded client

View File

@ -1 +1 @@
2.0.3
2.1.0

View File

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