File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.0.1 - 2018-11-15
4
+ * [ #699 ] ( https://github.com/stripe/stripe-ruby/pull/699 ) Only send telemetry if ` Request-Id ` was present in the response
5
+
3
6
## 4.0.0 - 2018-11-15
4
7
* [ #698 ] ( https://github.com/stripe/stripe-ruby/pull/698 ) Use persistent connections by default through ` Net::HTTP::Persistent `
5
8
* [ #698 ] ( https://github.com/stripe/stripe-ruby/pull/698 ) Drop support for Ruby 2.0 (which we consider a breaking change here)
Original file line number Diff line number Diff line change 1
- 4.0.0
1
+ 4.0.1
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Stripe
4
- VERSION = "4.0.0 " . freeze
4
+ VERSION = "4.0.1 " . freeze
5
5
end
You can’t perform that action at this time.
0 commit comments