Bump version to 5.7.0

This commit is contained in:
Brandur 2019-10-10 10:11:58 -07:00
parent e3cc91ded2
commit 15f8304e48
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
5.6.0
5.7.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.6.0"
VERSION = "5.7.0"
end