Bump version to 1.54.0

This commit is contained in:
Brandur 2016-09-01 10:24:30 -07:00
parent 4a4b8699fb
commit 3b595a9e7f
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.54.0 2016-09-01
* Whitelist errors that should be retried; scope to known socket and HTTP errors
=== 1.53.0 2016-08-31
* Relax version constraint on rest-client (and by extension mime-types) for users on Ruby 2+

View File

@ -1 +1 @@
1.53.0
1.54.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.53.0'
VERSION = '1.54.0'
end