diff --git a/CHANGELOG.md b/CHANGELOG.md index 855d36e..2eaf7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes follow [Keep a Changelog](https://keepachangelog.com/en/1.1. ## [Unreleased] +## [0.2.0] - 2026-07-17 + ### Added - machine-readable `--json` output for `init` and `capture`; diff --git a/packages/cli/package.json b/packages/cli/package.json index 3d69eab..090ac75 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "bugbundle", - "version": "0.1.0", + "version": "0.2.0", "description": "Capture privacy-safe, executable bug reproduction bundles", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 2872023..23291e3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@bugbundle/core", - "version": "0.1.0", + "version": "0.2.0", "description": "Deterministic, privacy-aware bug reproduction bundle primitives", "repository": { "type": "git",