Bump version to 3.27.0

This commit is contained in:
Olivier Bellone 2018-09-24 21:10:29 +02:00
parent e20b44d5da
commit 6237a28b87
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
3.26.1
3.27.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "3.26.1".freeze
VERSION = "3.27.0".freeze
end