From f3b83f132ec83646fd1fe74a648954db3f681b12 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Tue, 29 Sep 2020 22:55:27 -0700 Subject: [PATCH] Bump version to 5.26.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 9ca3d43cc..fc2c29ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.26.0 - 2020-09-29 +* [#949](https://github.com/stripe/stripe-ruby/pull/949) Add support for the `SetupAttempt` resource and List API + ## 5.25.0 - 2020-09-02 * [#944](https://github.com/stripe/stripe-ruby/pull/944) Add support for the Issuing Dispute Submit API diff --git a/VERSION b/VERSION index 3092db617..3a64dbdb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.25.0 +5.26.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 2827d359a..ba2d12377 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.25.0" + VERSION = "5.26.0" end