From 7309d56170c58a5a333da0b863e20588a0a00ece Mon Sep 17 00:00:00 2001 From: Jonathan Meyers Date: Thu, 30 Jan 2025 15:03:43 -0500 Subject: [PATCH] chore(main): release 0.6.1 --- CHANGELOG.md | 10 ++++++++++ setup.cfg | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d131b6..723fb07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.1](https://github.com/Zero-True/zero-true/compare/v0.6.0...v0.6.1) (2025-01-30) + + +### Bug Fixes + +* **express:** upgrade version to address high-risk vulnerability ([8718f48](https://github.com/Zero-True/zero-true/commit/8718f48d69c7be17e1b993ceb5ab936051409ed1)) +* **ui:** pinned alerts below app bar and propagated connection status to footer ([#424](https://github.com/Zero-True/zero-true/issues/424)) ([e0dbc60](https://github.com/Zero-True/zero-true/commit/e0dbc6036a9fce84709837f4d4545ceb12164755)) +* upgraded version of express to fix high risk security vulnerability ([#420](https://github.com/Zero-True/zero-true/issues/420)) ([8718f48](https://github.com/Zero-True/zero-true/commit/8718f48d69c7be17e1b993ceb5ab936051409ed1)) +* upgraded vue-tsc to fix template-compiler vulnerability ([#423](https://github.com/Zero-True/zero-true/issues/423)) ([fd783d7](https://github.com/Zero-True/zero-true/commit/fd783d729bbe03935b31197f43c9e6ae141bcb0e)) + ## [0.6.0](https://github.com/Zero-True/zero-true/compare/v0.5.3...v0.6.0) (2025-01-20) diff --git a/setup.cfg b/setup.cfg index 07b8a59e..9db93c26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ license_files = LICENSE description = A collaborative notebook built for data scientists long_description = file: README.md long_description_content_type = text/markdown -version = 0.6.0 +version = 0.6.1 [options] include_package_data = true packages = find: