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