Bump version to 1.31.0

This commit is contained in:
Brandur 2015-10-29 12:06:03 -07:00
parent c1c5b56762
commit 878d753ff1
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.31.0 2015-10-29
* Add BankAccount#verify convenience method
=== 1.30.3 2015-10-28
* Fix bug where arrays that were not `additional_owners` were not properly encoded for requests

View File

@ -1 +1 @@
1.30.3
1.31.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.30.3'
VERSION = '1.31.0'
end