Skip to content

Commit 1149d44

Browse files
committed
v0.71.0
1 parent ccb57d7 commit 1149d44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.71.0 2019-12-12
2+
=================
3+
4+
fix for leftover data with interrupted persistent connections
5+
16
0.70.0 2019-12-02
27
=================
38

lib/excon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Excon
3-
VERSION = '0.70.0'
3+
VERSION = '0.71.0'
44
end

0 commit comments

Comments
 (0)