Skip to content

Commit

Permalink
release 1.1.6
Browse files Browse the repository at this point in the history
- Merge TLS verification patch from Faraday (CVE-2020-13482)
- IPv6 literal support

Full changelog:
https://github.com/igrigorik/em-http-request/compare/master@%7B07-01-16%7D...master@%7B06-01-20%7D
  • Loading branch information
igrigorik committed Jun 1, 2020
1 parent a91c0f1 commit 4d69fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em-http/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module EventMachine
class HttpRequest
VERSION = "1.1.5"
VERSION = "1.1.6"
end
end

0 comments on commit 4d69fac

Please sign in to comment.