diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a25d1bc..5677a32 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 082c315..2d92417 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)