Bump version to 5.3.0

This commit is contained in:
Brandur 2019-10-01 09:05:49 -07:00
parent 0544105fb8
commit f2b1fa150c
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
5.2.0
5.3.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.2.0"
VERSION = "5.3.0"
end