Bump version to 1.55.0

This commit is contained in:
Brandur 2016-09-15 10:27:19 -07:00
parent bcb7b21a47
commit 7637eb48bf
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.55.0 2016-09-15
* Add support for Apple Pay domains
=== 1.54.0 2016-09-01
* Whitelist errors that should be retried; scope to known socket and HTTP errors

View File

@ -1 +1 @@
1.54.0
1.55.0

View File

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