Bump version to 5.1.0

This commit is contained in:
Brandur 2019-08-27 14:25:25 -07:00
parent 3e21fa977a
commit 44451725e4
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.0.1
5.1.0

View File

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