diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d2d17ea..5c9686496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.20.1] - 2026-06-17 + +### Other Changes +- Revert "chore: ungate web-search commands (#1558)" (#1567) (b0961814) +- test(e2e): fix shard 4/5 stale paths and missing --wait (#1560) (abccd4fe) + ## [0.20.0] - 2026-06-17 ### Added diff --git a/package.json b/package.json index 932941a66..60b6d539b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/agentcore", - "version": "0.20.0", + "version": "0.20.1", "description": "CLI for Amazon Bedrock AgentCore", "license": "Apache-2.0", "repository": { diff --git a/preview-version.json b/preview-version.json index 59ae9bc42..8be9bb9d5 100644 --- a/preview-version.json +++ b/preview-version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-preview.14" + "version": "1.0.0-preview.15" }