Skip to content

Commit 74d3e42

Browse files
committed
v0.66.0
1 parent 5a7331b commit 74d3e42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.66.0 2019-08-06
2+
=================
3+
4+
Add remote_ip to datum, enabling usage in middleware
5+
redirect follower now raises after following too many redirects (default 10)
6+
fixed stub clearing in tests to avoid race conditions
7+
18
0.65.0 2019-07-22
29
=================
310

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.65.0'
3+
VERSION = '0.66.0'
44
end

0 commit comments

Comments
 (0)