diff --git a/DESCRIPTION b/DESCRIPTION index 510bef7b..653e324a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: httr2 Title: Perform HTTP Requests and Process the Responses -Version: 1.0.4 +Version: 1.0.4.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")), diff --git a/NEWS.md b/NEWS.md index 81dd1038..b9d49f72 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# httr2 (development version) + # httr2 1.0.4 * `req_body_file()` now works with files >64kb once more (#524) and no longer leaks a connection if the response doesn't complete succesfully (#534).