diff --git a/DESCRIPTION b/DESCRIPTION index 4c9c63c5..b90ae40e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: httr2 Title: Perform HTTP Requests and Process the Responses -Version: 1.0.5.9000 +Version: 1.0.6 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 b4defc6e..40182bf9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# httr2 (development version) +# httr2 1.0.6 * Fix stochastic test failure, particularly on CRAN (#572) * New `oauth_cache_clear()` is an exported end point to clear the OAuth cache.