From 59139ce37d7e59d75e668b5a4e2abbb677272a95 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 15 Mar 2023 10:29:31 -0400 Subject: [PATCH] update changelog for release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa34a1d3..60bf2719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ 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.15.0] - 2023-03-15 ### Added -- Added `deploy voila` command to deploy Jupyter Voila notebooks. +- Added `deploy voila` command to deploy Jupyter Voila notebooks. See the [user documentation](https://docs.posit.co/connect/user/publishing-cli-notebook/#interactive-voila-deployment) + for more information. ### Changed - `deploy html` was refactored. Its behavior is described below.