diff --git a/DESCRIPTION b/DESCRIPTION index 653e324a..b4298e78 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: httr2 Title: Perform HTTP Requests and Process the Responses -Version: 1.0.4.9000 +Version: 1.0.5 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 03549424..e546d743 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# httr2 (development version) +# httr2 1.0.5 * `req_perform_parallel()` and `req_perform_promise()` now correctly set up the method and body (#549).