From 2a912eeaf3803cc672eb46f3952992b19702fa4c Mon Sep 17 00:00:00 2001 From: leet-c1 <264029741+leet-c1@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:57:32 +0000 Subject: [PATCH] chore(release): prep 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stamp the accumulated [Unreleased] notes as [0.8.0] - 2026-09-25 with a fresh empty [Unreleased] above, and update the link refs (Unreleased -> compare v0.8.0...HEAD; add the [0.8.0] tag link). Release prep only — no code change, no tag pushed here. 0.8.0 (minor): additive command groups (mcp classifiers, access-reviews, findings, role-mining, entitlements proxy-bindings, service-principals, plus the access-profiles lifecycle) and fixes; no breaking changes to released behavior, so no upgrade note. Version is build-info-derived from the tag; go.mod stays at major-version 0. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 967d1eb..0987d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.8.0] - 2026-09-25 + ### Added @@ -1794,7 +1796,8 @@ First changelog entry; releases through v0.1.5 predate this file (see the - CI enforces `gofmt` via golangci-lint; module-wide formatting normalized. -[Unreleased]: https://github.com/ConductorOne/c1i/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/ConductorOne/c1i/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/ConductorOne/c1i/releases/tag/v0.8.0 [0.7.0]: https://github.com/ConductorOne/c1i/releases/tag/v0.7.0 [0.6.0]: https://github.com/ConductorOne/c1i/releases/tag/v0.6.0 [0.5.0]: https://github.com/ConductorOne/c1i/releases/tag/v0.5.0