Bump version to 5.8.0

This commit is contained in:
Remi Jannel 2019-11-05 19:41:29 -08:00
parent 6b4a0343b3
commit 8d72722cc7
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 5.8.0 - 2019-11-05
* [#879](https://github.com/stripe/stripe-ruby/pull/879) Add support for `Mandate`
* [#876](https://github.com/stripe/stripe-ruby/pull/876) Add additional per-request configuration documentation
* [#874](https://github.com/stripe/stripe-ruby/pull/874) Raise an error when requests params are invalid
* [#873](https://github.com/stripe/stripe-ruby/pull/873) Contributor Covenant
## 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=`

View File

@ -1 +1 @@
5.7.1
5.8.0

View File

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