diff --git a/CHANGELOG.md b/CHANGELOG.md index 4309e7fb..0ce0cbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 3f67e25c..58baf7b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.17.0 +3.17.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 6cd40835..803bde9d 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.17.0".freeze + VERSION = "3.17.1".freeze end