Skip to content

Commit

Permalink
v0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Apr 15, 2021
1 parent 5b846c8 commit 876273d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.txt
@@ -1,3 +1,13 @@
0.80.0 2021-04-15
=================

fix test usage of hashes for compatibility with Rack 2.2+
numerous github actions and dependencies setup and tweaks
use Ruby Resolv for hostname lookup
fix case where Socket raised nil conversion TypeError instead of EOFError
fix error where proxy key exists but data is nil
update bundled certificates

0.79.0 2021-02-01
=================

Expand Down
2 changes: 1 addition & 1 deletion lib/excon/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Excon
VERSION = '0.79.0'
VERSION = '0.80.0'
end

0 comments on commit 876273d

Please sign in to comment.