Bump version to 5.1.1

This commit is contained in:
Brandur 2019-09-04 14:22:58 -07:00
parent b7495eb2e4
commit 70be52cc2b
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.1.0
5.1.1

View File

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