Bump version to 3.28.0

This commit is contained in:
Brandur 2018-09-24 16:14:36 -06:00
parent 7b939cb7d8
commit 9bc6ae85a5
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.28.0 - 2018-09-24
* [#690](https://github.com/stripe/stripe-ruby/pull/690) Add support for Stripe Terminal
## 3.27.0 - 2018-09-24
* [#689](https://github.com/stripe/stripe-ruby/pull/689) Rename `FileUpload` to `File`

View File

@ -1 +1 @@
3.27.0
3.28.0

View File

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