Commit a3ac1993 authored by Tiago's avatar Tiago
Browse files

bumped version to 1.0.1

parent 5ca0dcdf
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# 1.0.1

## Bugfixes

* do not try to inflate empty chunks (it triggered an error during response decoding).
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
# frozen_string_literal: true

module HTTPX
  VERSION = "1.0.0"
  VERSION = "1.0.1"
end