Bump version to 4.11.0

This commit is contained in:
Olivier Bellone 2019-03-26 09:06:55 -07:00
parent d98e40697b
commit bb25d09052
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 4.11.0 - 2019-03-26
* [#753](https://github.com/stripe/stripe-ruby/pull/753) Add a global proxy configuration parameter
## 4.10.0 - 2019-03-18
* [#745](https://github.com/stripe/stripe-ruby/pull/745) Add support for the `PaymentMethod` resource and APIs
* [#747](https://github.com/stripe/stripe-ruby/pull/747) Add support for retrieving a Checkout `Session`

View File

@ -1 +1 @@
4.10.0
4.11.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.10.0".freeze
VERSION = "4.11.0".freeze
end