Bump version to 1.53.0

This commit is contained in:
Brandur 2016-08-31 08:10:34 -07:00
parent e3dd15273c
commit 805b65478c
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.53.0 2016-08-31
* Relax version constraint on rest-client (and by extension mime-types) for users on Ruby 2+
=== 1.52.0 2016-08-30
* Make sure `Subscription`'s `source` is saved with its parent

View File

@ -1 +1 @@
1.52.0
1.53.0

View File

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