Skip to content

Commit

Permalink
Increment version number to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 26, 2024
1 parent e1b7dbd commit f9f74a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: httr2
Title: Perform HTTP Requests and Process the Responses
Version: 1.0.6.9000
Version: 1.0.7
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# httr2 (development version)
# httr2 1.0.7

* `req_perform_promise()` upgraded to use event-driven async based on waiting efficiently on curl socket activity (#579).
* New `req_oauth_token_exchange()` and `oauth_flow_token_exchange()` functions implement the OAuth token exchange protocol from RFC 8693 (@atheriel, #460).
Expand Down

0 comments on commit f9f74a8

Please sign in to comment.