From 3cb9ad7fca5bfd372006d551d1ecc1089d3739aa Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 19 Sep 2019 23:45:54 -0700 Subject: [PATCH] Bump version to 5.2.0 --- 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 0db458b1..2145af66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.2.0 - 2019-09-19 +* [#851](https://github.com/stripe/stripe-ruby/pull/851) Introduce system for garbage collecting connection managers + ## 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. diff --git a/VERSION b/VERSION index ac14c3df..91ff5727 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.1 +5.2.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4ae6ab26..82954d95 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.1.1" + VERSION = "5.2.0" end