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 770a97e commit 8c4813fCopy full SHA for 8c4813f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 4.0.0 - 2018-11-15
4
+* [#698](https://github.com/stripe/stripe-ruby/pull/698) Use persistent connections by default through `Net::HTTP::Persistent`
5
+* [#698](https://github.com/stripe/stripe-ruby/pull/698) Drop support for Ruby 2.0 (which we consider a breaking change here)
6
+
7
## 3.31.1 - 2018-11-12
8
* [#697](https://github.com/stripe/stripe-ruby/pull/697) Send telemetry in milliseconds specifically
9
VERSION
@@ -1 +1 @@
-3.31.1
+4.0.0
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "3.31.1".freeze
+ VERSION = "4.0.0".freeze
end
0 commit comments