Bump version to 3.0.0

This commit is contained in:
Brandur 2017-06-27 11:37:55 -07:00
parent 98855853cf
commit bf8638a06f
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 3.0.0 2017-06-27
* `#pay` on invoice now takes params as well as opts
=== 2.12.0 2017-06-20
* Add support for ephemeral keys

View File

@ -1 +1 @@
2.12.0
3.0.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.12.0'
VERSION = '3.0.0'
end