Bump version to 3.31.1

This commit is contained in:
Brandur 2018-11-12 16:42:22 -08:00
parent d2c3a55d4e
commit 7a444d8fb0
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.31.1 - 2018-11-12
* [#697](https://github.com/stripe/stripe-ruby/pull/697) Send telemetry in milliseconds specifically
## 3.31.0 - 2018-11-12
* [#696](https://github.com/stripe/stripe-ruby/pull/696) Add configurable telemetry to gather information on client-side request latency

View File

@ -1 +1 @@
3.31.0
3.31.1

View File

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