mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 3.17.0
This commit is contained in:
parent
ab3949b8da
commit
9e35a5e0d9
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.16.0".freeze
|
||||
VERSION = "3.17.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user