mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 3.26.0
This commit is contained in:
parent
856201f67e
commit
27f39aed85
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.25.0".freeze
|
||||
VERSION = "3.26.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user