We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc10c12 commit 759eb0dCopy full SHA for 759eb0d
3 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## [1.13.0] - 2026-06-02
4
+
5
+### Added
6
+- feat: AgentCore tool search plugin for Strands Agents (#494) (1cdc356)
7
8
+### Other Changes
9
+- feat(workflows): add closed-PR comment redirect (#489) (cc10c12)
10
+- ci: skip bearer token integ tests pending AgentCredentialProviderService fix (#499) (8786b18)
11
12
## [1.12.0] - 2026-05-28
13
14
### Added
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bedrock-agentcore"
-version = "1.12.0"
+version = "1.13.0"
description = "An SDK for using Bedrock AgentCore"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments