diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7128a69..027d0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/contextbridge/patchwave-analysis/compare/v0.6.0...v0.7.0) (2026-06-26) + + +### Features + +* retry transient S3 upload failures with richer telemetry ([#51](https://github.com/contextbridge/patchwave-analysis/issues/51)) ([02f4b9f](https://github.com/contextbridge/patchwave-analysis/commit/02f4b9f9eb03dc7a44efaca9a087718b0843f79b)) + ## [0.6.0](https://github.com/contextbridge/patchwave-analysis/compare/v0.5.0...v0.6.0) (2026-06-12) diff --git a/package.json b/package.json index 5ed939e..d9338ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchwave-analysis", - "version": "0.6.0", + "version": "0.7.0", "description": "Diagnostic CLI that measures Dependabot toil and CVE exposure across a GitHub org.", "type": "module", "bin": {