diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0b1545fbc..ad54ee98a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.68.0"} +{".":"0.68.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a27cb87bbf..353d914908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.68.1](https://github.com/aquasecurity/trivy/compare/v0.68.0...v0.68.1) (2025-12-03) + + +### Bug Fixes + +* update cosing settings for GoReleaser after bumping cosing to v3 [backport: release/v0.68] ([#9870](https://github.com/aquasecurity/trivy/issues/9870)) ([cdd7e97](https://github.com/aquasecurity/trivy/commit/cdd7e97c47fefe2ffdddf6fd2b600122c9dd439d)) + ## [0.68.0](https://github.com/aquasecurity/trivy/compare/v0.67.0...v0.68.0) (2025-12-02)