From 44e590fdb87393a73f071071430299a84dec69d6 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 31 Oct 2017 08:49:33 -0700 Subject: [PATCH] Bump version to 3.8.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96f70e1d..bc8dd4b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.8.0 - 2017-10-31 +* [#606](https://github.com/stripe/stripe-ruby/pull/606) Support for exchange rates APIs + ## 3.7.0 - 2017-10-26 * [#603](https://github.com/stripe/stripe-ruby/pull/603) Support for listing source transactions diff --git a/VERSION b/VERSION index 7c69a55db..19811903a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.0 +3.8.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4059a77d9..5426709de 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = "3.7.0".freeze + VERSION = "3.8.0".freeze end