Skip to content

Commit

Permalink
Bump version to 5.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Sep 30, 2020
1 parent 29f321b commit f3b83f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.25.0
5.26.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "5.25.0"
VERSION = "5.26.0"
end

0 comments on commit f3b83f1

Please sign in to comment.