From 7df03da96a73a16da1e463ba12f61abd41edd0bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:48:38 +0000 Subject: [PATCH] chore(main): release 0.23.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d5b91b1b..7639d7af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0" + ".": "0.23.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5529d84..ad038915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.23.1](https://github.com/githubnext/ado-aw/compare/v0.23.0...v0.23.1) (2026-05-07) + + +### Bug Fixes + +* **safeoutputs:** rewrite upload-pipeline-artifact flow to fix HTTP 405 ([#425](https://github.com/githubnext/ado-aw/issues/425)) ([5e4c89e](https://github.com/githubnext/ado-aw/commit/5e4c89eeeb7a401bc677f2a8e3a65832a6aebdf4)) +* **security:** harden upload path validation and trigger filter script integrity ([#428](https://github.com/githubnext/ado-aw/issues/428)) ([84a2031](https://github.com/githubnext/ado-aw/commit/84a203100e935585b805792cb9453dc30955a6c2)) + ## [0.23.0](https://github.com/githubnext/ado-aw/compare/v0.22.4...v0.23.0) (2026-05-06) diff --git a/Cargo.lock b/Cargo.lock index 1449834d..ea8770d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.23.0" +version = "0.23.1" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 86c0711d..94441ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.23.0" +version = "0.23.1" edition = "2024" [dependencies]