Skip to content

Commit aec4772

Browse files
committed
v0.60.0
1 parent 8fd633e commit aec4772

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.60.0 2017-12-15
2+
=================
3+
4+
add requests_in_batches
5+
cleanup rakefile, gemfile, etc
6+
add logger/logger= and logging instrumentor
7+
rewind response_block in idempotent instrumentor
8+
9+
110
0.59.0 2017-09-05
211
=================
312

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

0 commit comments

Comments
 (0)