Bump version to 3.17.1

This commit is contained in:
Olivier Bellone 2018-07-19 16:42:10 +02:00
parent 87b758e3ae
commit 74b25a40dd
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
3.17.0
3.17.1

View File

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