diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea205e76..2e05a4fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4307d33..968da63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/githubnext/ado-aw/compare/v0.12.0...v0.13.0) (2026-04-15) + + +### Features + +* capture agent statistics via OTel and surface in safe outputs ([#219](https://github.com/githubnext/ado-aw/issues/219)) ([6f8d0f7](https://github.com/githubnext/ado-aw/commit/6f8d0f7069907b093a024b0f89b45846b292cb7b)) + ## [0.12.0](https://github.com/githubnext/ado-aw/compare/v0.11.0...v0.12.0) (2026-04-15) diff --git a/Cargo.lock b/Cargo.lock index 3da91784..6a521fde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.12.0" +version = "0.13.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4ec79fed..1eb680c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.12.0" +version = "0.13.0" edition = "2024" [dependencies]