mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.0.1
This commit is contained in:
parent
650114abca
commit
5b975f66ee
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.0.1 - 2019-08-20
|
||||
* [#836](https://github.com/stripe/stripe-ruby/pull/836) Increase connection keep alive timeout to 30 seconds
|
||||
|
||||
## 5.0.0 - 2019-08-20
|
||||
Major version release. The [migration guide](https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v5) contains a detailed list of backwards-incompatible changes with upgrade instructions.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.0.0"
|
||||
VERSION = "5.0.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user