mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Bump version to 5.3.0
This commit is contained in:
parent
0544105fb8
commit
f2b1fa150c
@ -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
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.2.0"
|
||||
VERSION = "5.3.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user