diff --git a/cmd/proboctl/CHANGELOG.md b/cmd/proboctl/CHANGELOG.md index 1933e2634..299faf1b7 100644 --- a/cmd/proboctl/CHANGELOG.md +++ b/cmd/proboctl/CHANGELOG.md @@ -1,3 +1,13 @@ # Changelog All notable changes to the `proboctl` CLI will be documented in this file. + +## Unreleased + +## [0.1.0] - 2026-05-20 + +### Added + +- Initial release of `proboctl`, a Cobra-based CLI for Probo instance management that connects directly to PostgreSQL +- `proboctl seed common-third-parties` — import the bundled third-party catalog (formerly the standalone `common-third-parties-import` command); `data.json` is embedded in the binary +- `proboctl seed common-tracker-patterns` — import bundled tracker patterns (formerly the standalone `common-tracker-patterns-import` command) diff --git a/cmd/proboctl/VERSION b/cmd/proboctl/VERSION index 77d6f4ca2..6e8bf73aa 100644 --- a/cmd/proboctl/VERSION +++ b/cmd/proboctl/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0