bumped to 0.2.0

This commit is contained in:
HoneyryderChuck 2018-09-20 14:36:16 +01:00
parent 37bbdf1ace
commit bb798385b0
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.2.0
* Custom Resolvers: Non-blocking DNS Resolver, DNS-over-HTTPS Resolver
* HTTP/2 connection coalescing

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.1.0"
VERSION = "0.2.0"
end