mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.27.0
This commit is contained in:
parent
db24334b9e
commit
259cd1ce9c
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.27.0 - 2020-10-14
|
||||
* [#951](https://github.com/stripe/stripe-ruby/pull/951) Add support for the Payout Reverse API
|
||||
|
||||
## 5.26.0 - 2020-09-29
|
||||
* [#949](https://github.com/stripe/stripe-ruby/pull/949) Add support for the `SetupAttempt` resource and List API
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.26.0"
|
||||
VERSION = "5.27.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user