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