Bump version to 2.6.0

This commit is contained in:
Brandur 2017-04-26 11:35:51 -07:00
parent b7c5cf96ba
commit 8cda03a1bf
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.6.0 2017-04-26
* Add `OBJECT_NAME` constants to all API resources
=== 2.5.0 2017-04-24
* Make `opts` argument in `Util.convert_to_stripe_object` optional

View File

@ -1 +1 @@
2.5.0
2.6.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.5.0'
VERSION = '2.6.0'
end