From 2fdc6006e06756d047fa642f8c5a305bd8bb4b84 Mon Sep 17 00:00:00 2001 From: "clap [bot]" Date: Tue, 26 May 2026 00:05:48 +0000 Subject: [PATCH] chore: prepare v0.3.0 release notes --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a9e16..d096360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,18 @@ Versioning: [Semantic Versioning](https://semver.org/) ## [Unreleased] +## [0.3.0] - 2026-05-26 + ### Added +- `snare prove` for guided precision canary proof commands covering `awsproc`, `ssh`, and `k8s` canaries. +- `snare prove --run` to execute safe precision triggers and confirm callback visibility through the events API. - `snare prove --report` and `snare prove --format json` for first-success proof reports that capture precision trigger commands, observed callbacks, status, and cleanup commands. +## [0.2.1] - 2026-05-23 + +### Fixed +- Hardened release archives and self-hosted deployment packaging. + ## [0.2.0] - 2026-05-01 ### Added