diff --git a/DESCRIPTION b/DESCRIPTION index ae25e47e..d25b7eb4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: httr2 Title: Perform HTTP Requests and Process the Responses -Version: 1.0.2.9000 +Version: 1.0.3 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 e74466a2..e86440f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# httr2 (development version) +# httr2 1.0.3 * `jwt_encode_hmac()` now calls correct underlying function `jose::jwt_encode_hmac()` and has correct default size parameter value