Bump version to 4.20.1

This commit is contained in:
Brandur 2019-06-28 08:21:24 -07:00
parent f4b874d304
commit 5b5b0f5722
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
4.20.0
4.20.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.20.0".freeze
VERSION = "4.20.1".freeze
end