From 08f34c79af3ca8fb22f0c4292fb3d65d85932f99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 22:14:15 +0000 Subject: [PATCH 1/2] chore: bump version to 1.9.0 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cefcf1d..c2fa81e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.9.0] - 2026-05-07 + +### Fixed +- fix: preserve multi-turn history in Strands ConversationTurn (#454) (10da345) + +### Other Changes +- fix(payments): skip connector integ tests that require CDP credentials (#462) (1086f94) +- fix(payments): use RUNTIME_ROLE_ARN for CP integ tests (#461) (65df922) +- ci: add payments group to integration test matrix (#460) (2be8a6a) +- feat(payments): add AgentCore Payments module (#457) (a4d73c7) + ## [1.8.0] - 2026-04-30 ### Added diff --git a/pyproject.toml b/pyproject.toml index 24d3bf66..fc819138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.8.0" +version = "1.9.0" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 0480241c..9eb7406b 100644 --- a/uv.lock +++ b/uv.lock @@ -270,7 +270,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.8.0" +version = "1.9.0" source = { editable = "." } dependencies = [ { name = "boto3" }, From 2f8fb33cf83f7460266809f49e84891c360bef64 Mon Sep 17 00:00:00 2001 From: Aidan Daly <99039782+aidandaly24@users.noreply.github.com> Date: Thu, 7 May 2026 18:15:10 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 1.9.0 Signed-off-by: Aidan Daly <99039782+aidandaly24@users.noreply.github.com> --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fa81e1..0688bb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,16 @@ ## [1.9.0] - 2026-05-07 +### Added +- feat(payments): add AgentCore Payments module (#457) (a4d73c7) + ### Fixed - fix: preserve multi-turn history in Strands ConversationTurn (#454) (10da345) ### Other Changes -- fix(payments): skip connector integ tests that require CDP credentials (#462) (1086f94) - fix(payments): use RUNTIME_ROLE_ARN for CP integ tests (#461) (65df922) - ci: add payments group to integration test matrix (#460) (2be8a6a) -- feat(payments): add AgentCore Payments module (#457) (a4d73c7) + ## [1.8.0] - 2026-04-30