From 83b4a50a4046c225faff69c6ce3bcfaf913f3aa0 Mon Sep 17 00:00:00 2001 From: "tero-internal-bot[bot]" <190883345+tero-internal-bot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 20:44:06 +0000 Subject: [PATCH] chore(master): release 1.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a25d1bc0..5677a32d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 082c3155..2d924179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.16.0](https://github.com/usetero/cli/compare/v1.15.0...v1.16.0) (2026-02-15) + + +### Features + +* add discovery progress indicators and PII observed/at-risk split ([5663eea](https://github.com/usetero/cli/commit/5663eeacc12e397157ebbc2446547ec3db596de8)) +* replace PII tab with comprehensive Compliance tab covering 4 categories ([8d2c568](https://github.com/usetero/cli/commit/8d2c56851d5ea9aba1773f5934ea7b7b94992471)) + + +### Bug Fixes + +* distinguish null from zero for all measurement fields ([804721d](https://github.com/usetero/cli/commit/804721dff04c4bb960cd67bb7832fce58749b18d)) +* force-refresh sync token on server auth rejection ([7ea6fe5](https://github.com/usetero/cli/commit/7ea6fe5f948b713f9e4bfeb4d68ee000acee6478)) + ## [1.15.0](https://github.com/usetero/cli/compare/v1.14.0...v1.15.0) (2026-02-13)