From 9787913b355049af915cf075b29666e55c5ab7f2 Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 14 Oct 2020 11:44:42 -0700 Subject: [PATCH] Bump version to 5.28.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 c9e20255..3c707aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index aa6269be..e8902c36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.27.0 +5.28.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 1bd905e8..e3c4258c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.27.0" + VERSION = "5.28.0" end