From 36f17d25a002254425d2915fe2f6884286b2ad2f Mon Sep 17 00:00:00 2001 From: "spurintelbot[bot]" <213864877+spurintelbot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:47:39 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbc0ad..2f782b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/spurintel/cli/compare/v0.2.1...v0.2.2) (2026-07-23) + + +### Features + +* **DEV-762:** surface GCS integrity headers in feed downloads and status tools ([#36](https://github.com/spurintel/cli/issues/36)) ([28855ad](https://github.com/spurintel/cli/commit/28855add75b2e61479a790d5f3999294c1f9136f)) + ## [0.2.1](https://github.com/spurintel/cli/compare/v0.2.0...v0.2.1) (2026-07-22)