mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 4.11.0
This commit is contained in:
parent
d98e40697b
commit
bb25d09052
@ -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`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.10.0".freeze
|
||||
VERSION = "4.11.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user