Bump version to 2.10.0

This commit is contained in:
Brandur 2017-05-25 10:16:06 -07:00
parent c98057fbf9
commit 1d2359cfbc
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.10.0 2017-05-25
* Add support for account login links
=== 2.9.0 2017-05-18
* Support for OAuth operations in `Stripe::OAuth`

View File

@ -1 +1 @@
2.9.0
2.10.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.9.0'
VERSION = '2.10.0'
end