From 259cd1ce9c9740e6f4c1cfdaa4220eb05cf50e17 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 14 Oct 2020 07:56:33 -0700 Subject: [PATCH] Bump version to 5.27.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 fc2c29ec2..c9e202551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.27.0 - 2020-10-14 +* [#951](https://github.com/stripe/stripe-ruby/pull/951) Add support for the Payout Reverse API + ## 5.26.0 - 2020-09-29 * [#949](https://github.com/stripe/stripe-ruby/pull/949) Add support for the `SetupAttempt` resource and List API diff --git a/VERSION b/VERSION index 3a64dbdb0..aa6269be0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.26.0 +5.27.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index ba2d12377..1bd905e82 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.26.0" + VERSION = "5.27.0" end