From f2b1fa150cac4b85ca0e854d27d27c85e87926e2 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 1 Oct 2019 09:05:49 -0700 Subject: [PATCH] Bump version to 5.3.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2145af66..880075e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.3.0 - 2019-10-01 +* [#853](https://github.com/stripe/stripe-ruby/pull/853) Support `Stripe-Should-Retry` header + ## 5.2.0 - 2019-09-19 * [#851](https://github.com/stripe/stripe-ruby/pull/851) Introduce system for garbage collecting connection managers diff --git a/VERSION b/VERSION index 91ff5727..03f488b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0 +5.3.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 82954d95..ba3f8277 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.2.0" + VERSION = "5.3.0" end