mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.7.1
This commit is contained in:
parent
c4a0735232
commit
16c05468bc
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.7.1 - 2019-10-15
|
||||
* [#869](https://github.com/stripe/stripe-ruby/pull/869) Fixes the misnamed `connection_base=` setter to be named `connect_base=`
|
||||
|
||||
## 5.7.0 - 2019-10-10
|
||||
* [#865](https://github.com/stripe/stripe-ruby/pull/865) Support backwards pagination with list's `#auto_paging_each`
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.7.0"
|
||||
VERSION = "5.7.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user