mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.2.0
This commit is contained in:
parent
cbf44035b8
commit
3cb9ad7fca
@ -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.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.1.1"
|
||||
VERSION = "5.2.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user