From 7c9492b37d74c459d5c6cba24e2467000e5fd38a Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 19 Jul 2018 09:56:15 -0700 Subject: [PATCH] Bump version to 3.17.2 --- 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 0ce0cbf9..bf3e5215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.17.2 - 2018-07-19 +* [#664](https://github.com/stripe/stripe-ruby/pull/664) Don't colorize log output being sent to a configured logger + ## 3.17.1 - 2018-07-19 * [#663](https://github.com/stripe/stripe-ruby/pull/663) Internal improvements to `ApiResource.class_url` diff --git a/VERSION b/VERSION index 58baf7b9..7290025e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.17.1 +3.17.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 803bde9d..477ffeff 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.17.1".freeze + VERSION = "3.17.2".freeze end