We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98e406 commit bb25d09Copy full SHA for bb25d09
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 4.11.0 - 2019-03-26
4
+* [#753](https://github.com/stripe/stripe-ruby/pull/753) Add a global proxy configuration parameter
5
+
6
## 4.10.0 - 2019-03-18
7
* [#745](https://github.com/stripe/stripe-ruby/pull/745) Add support for the `PaymentMethod` resource and APIs
8
* [#747](https://github.com/stripe/stripe-ruby/pull/747) Add support for retrieving a Checkout `Session`
VERSION
@@ -1 +1 @@
-4.10.0
+4.11.0
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "4.10.0".freeze
+ VERSION = "4.11.0".freeze
end
0 commit comments