Skip to content

Commit

Permalink
v0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Sep 5, 2017
1 parent 50d32ba commit c0daeb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.txt
@@ -1,3 +1,10 @@
0.59.0 2017-09-05
=================

fix backtick vs quote in error message
fix socket pooling to be per-connection instead of per thread
fix tests to ignore proxy env settings

0.58.0 08/01/2017
=================

Expand Down
2 changes: 1 addition & 1 deletion lib/excon/constants.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Excon

VERSION = '0.58.0'
VERSION = '0.59.0'

CR_NL = "\r\n"

Expand Down

0 comments on commit c0daeb3

Please sign in to comment.