From 3b0c34d53b41b218c8485deb873d3654e05f09fe Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 26 Jul 2018 11:19:23 -0700 Subject: [PATCH] Bump version to 3.18.0 --- 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 bf3e52154..0912a7deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.18.0 - 2018-07-26 +* [#665](https://github.com/stripe/stripe-ruby/pull/665) Add support for Stripe Issuing + ## 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 diff --git a/VERSION b/VERSION index 7290025ec..c5b45eb7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.17.2 +3.18.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 477ffeff3..9b231835a 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.17.2".freeze + VERSION = "3.18.0".freeze end