From eb5d26db8f6018594c26769a400f77c5e4ea1781 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 27 Jul 2022 17:38:55 -0400 Subject: [PATCH] update news --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e97f74cd..6a3b7a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +## [1.10.0] - 2022-07-27 + +### Added +- You can now deploy Shiny for Python applications with `deploy shiny` +- In addition to deploying to Connect, you can now deploy to shinyapps.io with `deploy shiny` or `deploy manifest` +- The `add` option now supports shinyapps.io credentials. + ## [1.9.0] - 2022-07-06 ### Added