Skip to content

Commit 5ce4bdc

Browse files
chore: bump version to 0.12.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9a6a5d0 commit 5ce4bdc

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.12.2] - 2026-04-30
6+
7+
### Added
8+
- feat: add telemetry audit mode with FileSystemSink (#1014) (397c187)
9+
10+
### Fixed
11+
- fix: add Accept header to HTTP protocol invocation proxy (#1051) (821e4c3)
12+
13+
### Other Changes
14+
- fix(harness): add error handling for invoke_harness API call (#1056) (9a6a5d0)
15+
- Merge pull request #1054 from aws/fix/remove-coauthor-reland (0afeaf5)
16+
- refactor: move harness resources to .github/harness/ and use boto3 invoke_harness (ad2ba9b)
17+
- Revert "refactor: move harness resources to .github/harness/ (#992)" (b8a90c9)
18+
- refactor: move harness resources to .github/harness/ (#992) (aef3890)
19+
520
## [0.12.1] - 2026-04-29
621

722
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/agentcore",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)