Bump version to 2.5.0

This commit is contained in:
Brandur 2017-04-24 16:35:33 -07:00
parent 14f54018c4
commit 500dfd98a0
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.5.0 2017-04-24
* Make `opts` argument in `Util.convert_to_stripe_object` optional
=== 2.4.0 2017-04-18
* Add `Stripe.set_app_info` for use by plugin creators

View File

@ -1 +1 @@
2.4.0
2.5.0

View File

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