mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 4.20.1
This commit is contained in:
parent
f4b874d304
commit
5b5b0f5722
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.20.1 - 2019-06-28
|
||||
* [#805](https://github.com/stripe/stripe-ruby/pull/805) Fix formatting in `ConnectionFailed` error message
|
||||
|
||||
## 4.20.0 - 2019-06-24
|
||||
* [#800](https://github.com/stripe/stripe-ruby/pull/800) Enable request latency telemetry by default
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.20.0".freeze
|
||||
VERSION = "4.20.1".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user