mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.25.0
This commit is contained in:
parent
683b10140e
commit
0620436d63
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.25.0 - 2020-09-02
|
||||
* [#944](https://github.com/stripe/stripe-ruby/pull/944) Add support for the Issuing Dispute Submit API
|
||||
|
||||
## 5.24.0 - 2020-08-26
|
||||
* [#939](https://github.com/stripe/stripe-ruby/pull/939) Extract configurations into separate object
|
||||
* [#940](https://github.com/stripe/stripe-ruby/pull/940) Fix typo in documentation of `stripe_object.rb`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.24.0"
|
||||
VERSION = "5.25.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user