From baa25bffba82f4ab8b2b8c2ad6bd8b0d808f3350 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Jan 2026 22:04:49 +0000 Subject: [PATCH] chore: bump version to 1.2.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 05ed42e..3a2cefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.0] - 2026-01-13 + +### Fixed +- fix: apply relevance_score filtering in Strands integration (#190) (#211) (952b018) + +### Other Changes +- fix(memory): Improve pagination behavior in get_last_k_turns() and list_messages() (#209) (2b047ff) +- Add integration_source parameter for framework attribution telemetry (#210) (43c6c3c) +- feat(memory): add episodic memory strategy support (#208) (0df9757) +- chore: bump version to 1.1.4 (#207) (b3e4b4b) + ## [1.1.4] - 2026-01-08 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f722580..a061fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.1.4" +version = "1.2.0" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index b738683..511e4d2 100644 --- a/uv.lock +++ b/uv.lock @@ -222,7 +222,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.1.4" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "boto3" },