From 9e35a5e0d9514f1cb2f0dc121bff6497d6ae4a1b Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 28 Jun 2018 08:57:18 -0700 Subject: [PATCH] Bump version to 3.17.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 801ea2f8a..4309e7fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.17.0 - 2018-06-28 +* [#658](https://github.com/stripe/stripe-ruby/pull/658) Add support for `partner_id` from `Stripe.set_app_info` + ## 3.16.0 - 2018-06-28 * [#657](https://github.com/stripe/stripe-ruby/pull/657) Add support for payment intents diff --git a/VERSION b/VERSION index 1eeac129c..3f67e25ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.16.0 +3.17.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 5e7aefaf3..6cd40835c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.16.0".freeze + VERSION = "3.17.0".freeze end