diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7c2e89..e97f74cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,7 @@ 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). -## [Unreleased] - +## [1.9.0] - 2022-07-06 ### Added - You can now deploy Quarto documents in addition to Quarto projects. This @@ -13,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 quarto` to deploy, or `rsconnect write-manifest quarto` to create a manifest file. +### Changed + +- As a prelude to setting and documenting rsconnect-python APIs, various functions in `actions` have been moved to `bundle`, or replaced with RSConnectExecutor. The moved functions now include a deprecation warning, and will be fully deprecated in a future release. + ## [1.8.1] - 2022-05-31 ### Changed