diff --git a/CHANGELOG.md b/CHANGELOG.md index 96220c6..4360878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ 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] +## [0.7.0] - 2024-10-29 -* Updated to Shinylive web assets 0.8.0. +* Updated to Shinylive web assets 0.9.0. * Download status is now displayed while downloading Shinylive assets. diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index bf89819..6ff8566 100644 --- a/shinylive/_version/__init__.py +++ b/shinylive/_version/__init__.py @@ -2,4 +2,4 @@ SHINYLIVE_PACKAGE_VERSION = "0.6.0.9000" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.8.0" +SHINYLIVE_ASSETS_VERSION = "0.9.0"