mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 5.1.0
This commit is contained in:
parent
3e21fa977a
commit
44451725e4
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.1.0 - 2019-08-27
|
||||
* [#841](https://github.com/stripe/stripe-ruby/pull/841) Retry requests on a 429 that's a lock timeout
|
||||
|
||||
## 5.0.1 - 2019-08-20
|
||||
* [#836](https://github.com/stripe/stripe-ruby/pull/836) Increase connection keep alive timeout to 30 seconds
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.0.1"
|
||||
VERSION = "5.1.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user