From 70be52cc2bb18e5d1a080a9307da20f0281764a2 Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 4 Sep 2019 14:22:58 -0700 Subject: [PATCH] Bump version to 5.1.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3f96fa1..0db458b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 831446cbd..ac14c3dfa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0 +5.1.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a114b1798..4ae6ab26f 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.1.0" + VERSION = "5.1.1" end