Bump version to 4.20.0

This commit is contained in:
Olivier Bellone 2019-06-24 18:07:50 -07:00
parent 47686d844b
commit 2cc77147d2
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 4.20.0 - 2019-06-24
* [#800](https://github.com/stripe/stripe-ruby/pull/800) Enable request latency telemetry by default
## 4.19.0 - 2019-06-17
* [#770](https://github.com/stripe/stripe-ruby/pull/770) Add support for `CustomerBalanceTransaction` resource and APIs

View File

@ -1 +1 @@
4.19.0
4.20.0

View File

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