Bump version to 3.17.0

This commit is contained in:
Brandur 2018-06-28 08:57:18 -07:00
parent ab3949b8da
commit 9e35a5e0d9
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
3.16.0
3.17.0

View File

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