Skip to content

Commit bb25d09

Browse files
committed
Bump version to 4.11.0
1 parent d98e406 commit bb25d09

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.0
1+
4.11.0

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "4.10.0".freeze
4+
VERSION = "4.11.0".freeze
55
end

0 commit comments

Comments
 (0)