diff --git a/DESCRIPTION b/DESCRIPTION index a76a658b..0fe13ac4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: rsconnect Title: Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io', and 'RPubs' -Version: 1.2.1.9000 +Version: 1.2.2 Authors@R: c( person("Aron", "Atkins", , "aron@posit.co", role = c("aut", "cre")), person("Toph", "Allen", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 06d965f4..e3f73a24 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rsconnect (development version) +# rsconnect 1.2.2 * Use internally computed SHA1 sums and PKI signing when SHA1 is disabled in FIPS mode. (#768, #1054)