Skip to content

Commit

Permalink
Bump to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed May 20, 2023
1 parent 73b897e commit 898899c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 5.4.1 (2023-05-20)

* Handle additional params in `Content-Disposition` header (@janko)

* Add ability to detect response URI when using net/http (@aglushkov)

* Avoid deprecation warning in HTTPX (@ollym)

* Handle unknown response status in net/http backend (@janko)

## 5.4.0 (2022-12-26)

* Add new HTTPX backend, which supports HTTP/2 protocol among other features (@HoneyryderChuck)
Expand Down
2 changes: 1 addition & 1 deletion lib/down/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen-string-literal: true

module Down
VERSION = "5.4.0"
VERSION = "5.4.1"
end

0 comments on commit 898899c

Please sign in to comment.