Bump version to 5.2.0

This commit is contained in:
Brandur 2019-09-19 23:45:54 -07:00
parent cbf44035b8
commit 3cb9ad7fca
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # 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 ## 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. * [#845](https://github.com/stripe/stripe-ruby/pull/845) Transfer the request_id from the http_headers to error.

View File

@ -1 +1 @@
5.1.1 5.2.0

View File

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