Skip to content

Commit

Permalink
Bump to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Sep 20, 2020
1 parent 847969c commit e0da65b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## 5.2.0 (2020-09-20)

* Add `:uri_normalizer` option to `Down::NetHttp` (@janko)

* Add `:http_basic_authentication` option to `Down::NetHttp#download` (@janko)

* Fix uninitialized instance variables warnings in `Down::ChunkedIO` (@janko)

* Handle unknown HTTP error codes in `Down::NetHttp` (@darndt)

## 5.1.1 (2020-02-04)

* Fix keyword arguments warnings on Ruby 2.7 in `Down.download` and `Down.open` (@janko)
Expand Down
2 changes: 1 addition & 1 deletion lib/down/version.rb
@@ -1,5 +1,5 @@
# frozen-string-literal: true

module Down
VERSION = "5.1.1"
VERSION = "5.2.0"
end

0 comments on commit e0da65b

Please sign in to comment.