Bump version to 1.43.0

This commit is contained in:
Brandur 2016-05-20 10:32:29 -07:00
parent 31c6fbe8bb
commit 065ad92c0e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.43.0 2016-05-20
* Allow Relay orders to be returned and add associated types
* Support Alipay account retrieval and deletion
=== 1.42.0 2016-05-04
* Add support for the new /v1/subscriptions endpoint

View File

@ -1 +1 @@
1.42.0
1.43.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.42.0'
VERSION = '1.43.0'
end