Bump version to 5.28.0

This commit is contained in:
Brandur 2020-10-14 11:44:42 -07:00
parent 085e08142d
commit 9787913b35
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.28.0 - 2020-10-14
* [#950](https://github.com/stripe/stripe-ruby/pull/950) Add configuration option for `write_timeout` for connections on Ruby 2.6+
## 5.27.0 - 2020-10-14
* [#951](https://github.com/stripe/stripe-ruby/pull/951) Add support for the Payout Reverse API

View File

@ -1 +1 @@
5.27.0
5.28.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.27.0"
VERSION = "5.28.0"
end