Commit d69bd4ef authored by Tiago's avatar Tiago
Browse files

bump version to 1.7.2

parent aee0ea5d
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# 1.7.2

## Bugfixes

* `:stream_bidi` plugin: when used with the `:retries` plugin, it will skip calling callbacks referencing state from the connection/stream the request was moved from.
* `:auth` plugin: fix issue causing tokens to be concatenated on non-auth errors.
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
# frozen_string_literal: true

module HTTPX
  VERSION = "1.7.1"
  VERSION = "1.7.2"
end