diff --git a/DESCRIPTION b/DESCRIPTION index 685c60d..5f3b6c8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: proofr Title: Client for the PROOF API -Version: 0.2.1.91 +Version: 0.3.0.91 Authors@R: person("Scott", "Chamberlain", , "sachamber@fredhutch.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1444-9135")) diff --git a/NEWS.md b/NEWS.md index d27f1f0..07be1f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# proofr v0.3.0 + +* Swapping `httr` for `httr2` (@sckott in [#25](https://github.com/getwilds/proofr/pull/25)) +* Improving documentation (@sckott in [#27](https://github.com/getwilds/proofr/pull/27), [#28](https://github.com/getwilds/proofr/pull/28), [#29](https://github.com/getwilds/proofr/pull/29), [#30](https://github.com/getwilds/proofr/pull/30)) +* Fixing linting errors identified by GitHub Action (@tefirman and @sckott in [#32](https://github.com/getwilds/proofr/pull/32)) + # proofr v0.2 * Change token handling to support a Shiny workflow where we can't store secrets as env vars. All functions now accept a token, but you can also just set an env var with the token. `proof_authenticate` no longer sets an env var with the token (#11)