From 7a444d8fb08458c8e99d1c513a8148a90ab9d5a2 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 12 Nov 2018 16:42:22 -0800 Subject: [PATCH] Bump version to 3.31.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd17eb553..1bb8526a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index d9351e588..d23b171c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.31.0 +3.31.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index c809204b2..d1e988146 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.31.0".freeze + VERSION = "3.31.1".freeze end