From fff8489aa4eed21f1a546d52f90a96d7bfaf4ca4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Aug 2026 14:35:32 +0000 Subject: [PATCH] chore: bump version to 1.21.0 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6f061b..899d1d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.21.0] - 2026-08-06 + +### Other Changes +- feat(memory): add AgentCoreMemoryStore Strands integration (#588) (439d788) +- feat(runtime): propagate X-Amz-Bedrock-AgentCore-Identity-WAT on outbound calls (#607) (01d3800) + ## [1.20.0] - 2026-08-04 ### Added diff --git a/pyproject.toml b/pyproject.toml index 107e9857..8ac63874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.20.0" +version = "1.21.0" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index fc19e6b7..3a87ebf5 100644 --- a/uv.lock +++ b/uv.lock @@ -458,7 +458,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.20.0" +version = "1.21.0" source = { editable = "." } dependencies = [ { name = "boto3" },