Bump version to 3.26.0

This commit is contained in:
Brandur 2018-09-05 14:54:35 -07:00
parent 856201f67e
commit 27f39aed85
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.26.0 - 2018-09-05
* [#681](https://github.com/stripe/stripe-ruby/pull/681) Add support for reporting resources
## 3.25.0 - 2018-08-28
* [#678](https://github.com/stripe/stripe-ruby/pull/678) Allow payment intent `#cancel`, `#capture`, and `#confirm` to take their own parameters

View File

@ -1 +1 @@
3.25.0
3.26.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "3.25.0".freeze
VERSION = "3.26.0".freeze
end