mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.7.0
This commit is contained in:
parent
e3cc91ded2
commit
15f8304e48
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.7.0 - 2019-10-10
|
||||
* [#865](https://github.com/stripe/stripe-ruby/pull/865) Support backwards pagination with list's `#auto_paging_each`
|
||||
|
||||
## 5.6.0 - 2019-10-04
|
||||
* [#861](https://github.com/stripe/stripe-ruby/pull/861) Nicer error when specifying non-nil non-string opt value
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.6.0"
|
||||
VERSION = "5.7.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user