mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-28 00:02:45 -05:00
Bump version to 5.1.1
This commit is contained in:
parent
b7495eb2e4
commit
70be52cc2b
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.1.1 - 2019-09-04
|
||||
* [#845](https://github.com/stripe/stripe-ruby/pull/845) Transfer the request_id from the http_headers to error.
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.1.0"
|
||||
VERSION = "5.1.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user