diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 427a33af..d5b91b1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.4" + ".": "0.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9464fa..a5529d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.23.0](https://github.com/githubnext/ado-aw/compare/v0.22.4...v0.23.0) (2026-05-06) + + +### Features + +* **safeoutputs:** add dynamic tags with allowed-tags to create/update work item ([#420](https://github.com/githubnext/ado-aw/issues/420)) ([d02997a](https://github.com/githubnext/ado-aw/commit/d02997a1a704df6ac6e0233adb8a9aa5424927cb)) + + +### Bug Fixes + +* **safeoutputs:** fix upload-pipeline-artifact 405 by adding scopeIdentifier to container API requests ([#421](https://github.com/githubnext/ado-aw/issues/421)) ([2d460fd](https://github.com/githubnext/ado-aw/commit/2d460fdce89ce08927d659f76617668146284bc9)) + ## [0.22.4](https://github.com/githubnext/ado-aw/compare/v0.22.3...v0.22.4) (2026-05-06) diff --git a/Cargo.lock b/Cargo.lock index 25f0c817..1449834d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.22.4" +version = "0.23.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 70431ad5..86c0711d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.22.4" +version = "0.23.0" edition = "2024" [dependencies]