diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3560c..96220c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +* Updated to Shinylive web assets 0.8.0. + * Download status is now displayed while downloading Shinylive assets. ## [0.6.0] - 2024-09-03 diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 1a907c9..bf89819 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.7.0" +SHINYLIVE_ASSETS_VERSION = "0.8.0"