From 805b65478c0fa392e628fdbaec74e9e01e507be3 Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 31 Aug 2016 08:10:34 -0700 Subject: [PATCH] Bump version to 1.53.0 --- History.txt | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 569a866a..a105e5a5 100644 --- a/History.txt +++ b/History.txt @@ -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 diff --git a/VERSION b/VERSION index a63cb35e..3f483015 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.52.0 +1.53.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4bbcdfb4..d942f657 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.52.0' + VERSION = '1.53.0' end