From 4fb4af096a5e08b9ccd954f0900c179d0a7a2e51 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Tue, 23 Jan 2024 16:28:56 -0500 Subject: [PATCH 1/2] update changelog for 1.22 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7154fc76..0687772d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Pending Next Release +## [1.22.0] - 2024-01-23 ### Added +- Added support for deploying Shiny express apps. - Added the name of the environment variables to the help output for those options that use environment variables as a default value. - Added support for deploying Shiny Express applications. From 961f2174a7074d0f6b983db1c6d9cf5cef25684f Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Tue, 23 Jan 2024 16:32:28 -0500 Subject: [PATCH 2/2] remove extra message --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0687772d..e55ff00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added support for deploying Shiny express apps. -- Added the name of the environment variables to the help output for those options that - use environment variables as a default value. - Added support for deploying Shiny Express applications. - Added a `--retry` flag to the `rsconnect content build run` command to re-run builds for all content in the NEEDS_BUILD, ABORTED, ERROR, or RUNNING state.