mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Bump version to 3.17.1
This commit is contained in:
parent
87b758e3ae
commit
74b25a40dd
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 3.17.1 - 2018-07-19
|
||||
* [#663](https://github.com/stripe/stripe-ruby/pull/663) Internal improvements to `ApiResource.class_url`
|
||||
|
||||
## 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`
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.17.0".freeze
|
||||
VERSION = "3.17.1".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user