diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d225e3b..efbc612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/contextbridge/patchwave-analysis/compare/v0.1.1...v0.2.0) (2026-05-27) + + +### Features + +* **report:** lead with the solution and apply review feedback ([#17](https://github.com/contextbridge/patchwave-analysis/issues/17)) ([dbad8d8](https://github.com/contextbridge/patchwave-analysis/commit/dbad8d8da55fa5d3f6d44b54ee2ca513b209528c)) + ## [0.1.1](https://github.com/contextbridge/patchwave-analysis/compare/v0.1.0...v0.1.1) (2026-05-27) diff --git a/package.json b/package.json index 7e27247..3ea302b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchwave-analysis", - "version": "0.1.1", + "version": "0.2.0", "description": "Diagnostic CLI that measures Dependabot toil and CVE exposure across a GitHub org.", "type": "module", "bin": {