diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a6c5f65..19fe211 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf9ef2..e87391b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/githubnext/ado-aw/compare/v0.10.0...v0.11.0) (2026-04-14) + + +### ⚠ BREAKING CHANGES + +* The create subcommand has been removed. Use ado-aw init instead. + +### Features + +* **create-pr:** align with gh-aw create-pull-request implementation ([#155](https://github.com/githubnext/ado-aw/issues/155)) ([b1859ae](https://github.com/githubnext/ado-aw/commit/b1859ae92934a12ff6d305d06804929cff96bf0b)) +* replace create wizard with AI-first onboarding ([#187](https://github.com/githubnext/ado-aw/issues/187)) ([c468320](https://github.com/githubnext/ado-aw/commit/c468320d868b943826129d08b17a0c3ad5ca805c)) + + +### Bug Fixes + +* address injection vulnerabilities from red team audit ([#171](https://github.com/githubnext/ado-aw/issues/171)) ([#175](https://github.com/githubnext/ado-aw/issues/175)) ([5e3ac1b](https://github.com/githubnext/ado-aw/commit/5e3ac1bcba42da9f640479fd4bd77766db97c5de)) +* pin prompt URLs to version tag instead of main branch ([#191](https://github.com/githubnext/ado-aw/issues/191)) ([1f3b6da](https://github.com/githubnext/ado-aw/commit/1f3b6da140edba1b527d79c5a20560abe5fb923a)) + ## [0.10.0](https://github.com/githubnext/ado-aw/compare/v0.9.0...v0.10.0) (2026-04-14) diff --git a/Cargo.lock b/Cargo.lock index 211cb9d..9ec45cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2ae4ab0..8b68991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.10.0" +version = "0.11.0" edition = "2024" [dependencies]