From 6237a28b87587cf2480656d67aa899df3df97ce1 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Mon, 24 Sep 2018 21:10:29 +0200 Subject: [PATCH] Bump version to 3.27.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 051a5819..af886d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.27.0 - 2018-09-24 +* [#689](https://github.com/stripe/stripe-ruby/pull/689) Rename `FileUpload` to `File` + ## 3.26.1 - 2018-09-14 * [#688](https://github.com/stripe/stripe-ruby/pull/688) Fix hash equality on `StripeObject` diff --git a/VERSION b/VERSION index 1631f98b..8c531204 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.26.1 +3.27.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index d6404b4c..3ab31e66 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.26.1".freeze + VERSION = "3.27.0".freeze end