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