Skip to content

Commit

Permalink
Bump to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 26, 2022
1 parent 88d38b3 commit 3698aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.4.0 (2022-12-26)

* Add new HTTPX backend, which supports HTTP/2 protocol among other features (@HoneyryderChuck)

## 5.3.1 (2022-03-25)

* Correctly split cookie headers on `;` instead of `,` when forwarding them on redirects (@ermolaev)
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.3.1"
VERSION = "5.4.0"
end

0 comments on commit 3698aaf

Please sign in to comment.