Skip to content

Commit c33fece

Browse files
docs: add v1.0.1 changelog entry for public launch
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 56c86f4 commit c33fece

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [1.0.1] - 2026-03-06
1111

12+
### Added
13+
14+
- **CODEOWNERS** — Default and per-package code ownership for review routing.
15+
- **SBOM workflow** — Generates SPDX-JSON and CycloneDX-JSON on every release
16+
with GitHub attestation via `actions/attest-sbom`.
17+
1218
### Changed
19+
1320
- **Microsoft org release** — First publish from `microsoft/agent-governance-toolkit`
14-
- Added MIT license headers to 1,159 source files
15-
- Migrated all 215 documentation URLs from personal repos to Microsoft org
16-
- Replaced personal email references with team alias (`agt@microsoft.com`)
17-
- Enhanced README with CI badge, navigation links, CLA/Code of Conduct sections
21+
- Added MIT license headers to 1,159 source files across all packages.
22+
- Migrated all 215 documentation URLs from personal repos to Microsoft org.
23+
- Replaced personal email references with team alias (`agt@microsoft.com`).
24+
- Enhanced README with hero section, CI badge, navigation links, CLA/Code of Conduct sections.
25+
- Bumped all 5 package versions from 1.0.0 to 1.0.1.
1826

1927
### Fixed
20-
- Fixed `agentmesh` PyPI link → `agentmesh-platform` (correct package name)
21-
- Removed internal feed reference from providers.py
28+
29+
- Fixed `agentmesh` PyPI link to `agentmesh-platform` (correct package name).
30+
- Removed internal feed reference from providers.py.
2231

2332
### Security
24-
- Passed full pre-launch security audit (secret scan, pip-audit, Azure ID check)
25-
- All 43 OSV vulnerabilities from v1.0.0 confirmed resolved
33+
34+
- Secret scan verified clean — no keys, tokens, or credentials in repository.
35+
- `pip-audit` verified 0 known vulnerabilities across all packages.
36+
- All 43 OSV vulnerabilities from v1.0.0 confirmed resolved.
2637

2738
### Repository
28-
- Archived 5 personal repos with deprecation banners and migration notices
29-
- Closed 83 open issues and annotated 596 closed items with migration links
30-
- Posted migration announcements to 89 stargazers
31-
- Enabled GitHub Discussions, 12 topic tags, OpenSSF Scorecard
3239

40+
- Archived 6 personal repos with deprecation banners and migration notices.
41+
- Closed 83 open issues and annotated 596 closed items with migration links.
42+
- Posted migration announcements to 89 stargazers.
43+
- Enabled GitHub Discussions, 12 topic tags, OpenSSF Scorecard.
3344
## [1.0.0] - 2026-03-04
3445

3546
### Added
@@ -67,4 +78,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6778
- Pinned all Docker base images by SHA256 digest.
6879
- Removed `gradle-wrapper.jar` binary artifact.
6980

81+
[1.0.1]: https://github.com/microsoft/agent-governance-toolkit/releases/tag/v1.0.1
7082
[1.0.0]: https://github.com/microsoft/agent-governance-toolkit/releases/tag/v1.0.0

0 commit comments

Comments
 (0)