Skip to content

Commit 52bc194

Browse files
chore: bump version to 1.2.0 (#213)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b047ff commit 52bc194

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.2.0] - 2026-01-13
4+
5+
### Fixed
6+
- fix: apply relevance_score filtering in Strands integration (#190) (#211) (952b018)
7+
8+
### Other Changes
9+
- fix(memory): Improve pagination behavior in get_last_k_turns() and list_messages() (#209) (2b047ff)
10+
- Add integration_source parameter for framework attribution telemetry (#210) (43c6c3c)
11+
- feat(memory): add episodic memory strategy support (#208) (0df9757)
12+
- chore: bump version to 1.1.4 (#207) (b3e4b4b)
13+
314
## [1.1.4] - 2026-01-08
415

516
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bedrock-agentcore"
7-
version = "1.1.4"
7+
version = "1.2.0"
88
description = "An SDK for using Bedrock AgentCore"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)