Bump version to 2.8.0

This commit is contained in:
Brandur 2017-04-28 09:46:23 -07:00
parent 2854e7565f
commit b27cd9b5ed
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.8.0 2017-04-28
* Support for checking webhook signatures
=== 2.7.0 2017-04-26
* Add model `InvoiceLineItem`

View File

@ -1 +1 @@
2.7.0
2.8.0

View File

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