mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
Bump version to 3.17.2
This commit is contained in:
parent
b3eb5d3e30
commit
7c9492b37d
@ -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`
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.17.1".freeze
|
||||
VERSION = "3.17.2".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user