Bump version to 3.17.2

This commit is contained in:
Brandur 2018-07-19 09:56:15 -07:00
parent b3eb5d3e30
commit 7c9492b37d
3 changed files with 5 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
3.17.1
3.17.2

View File

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