Skip to content

Commit f9f74a8

Browse files
committed
Increment version number to 1.0.7
1 parent e1b7dbd commit f9f74a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: httr2
22
Title: Perform HTTP Requests and Process the Responses
3-
Version: 1.0.6.9000
3+
Version: 1.0.7
44
Authors@R: c(
55
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
66
person("Posit Software, PBC", role = c("cph", "fnd")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# httr2 (development version)
1+
# httr2 1.0.7
22

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

0 commit comments

Comments
 (0)