From 36e6c16cc855d04b25c06332e9780bdaf10b329a Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 26 Oct 2017 07:53:09 -0700 Subject: [PATCH] Bump version to 3.7.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 5d17affbc..e96f70e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.7.0 - 2017-10-26 +* [#603](https://github.com/stripe/stripe-ruby/pull/603) Support for listing source transactions + ## 3.6.0 - 2017-10-17 * [#597](https://github.com/stripe/stripe-ruby/pull/597) Add static methods to manipulate resources from parent * `Account` gains methods for external accounts and login links (e.g. `.create_account`, `create_login_link`) diff --git a/VERSION b/VERSION index 40c341bdc..7c69a55db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.0 +3.7.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4a6dda6b7..4059a77d9 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = "3.6.0".freeze + VERSION = "3.7.0".freeze end