Skip to content

Commit 80fb9ee

Browse files
committed
v0.61.0
1 parent bba25d0 commit 80fb9ee

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.61.0 2018-03-16
2+
=================
3+
4+
use default ports for sockets if none specified
5+
add ruby 2.4 and 2.5 to ci testing
6+
follow relative location redirects
7+
18
0.60.0 2017-12-15
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.60.0'
3+
VERSION = '0.61.0'
44
end

0 commit comments

Comments
 (0)