Bump version to 2.9.0

This commit is contained in:
Brandur 2017-05-18 12:57:08 -07:00
parent 429afa959f
commit 89cb224b39
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.9.0 2017-05-18
* Support for OAuth operations in `Stripe::OAuth`
=== 2.8.0 2017-04-28
* Support for checking webhook signatures

View File

@ -1 +1 @@
2.8.0
2.9.0

View File

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