Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.20.2] - 2026-06-18

### Fixed
- fix(policy): correct INSULTS content-filter enum and validate --form-filters (#1576) (5fe72af6)
- fix(deploy): surface original error types in preflight steps. (#1525) (1f5d7948)
- fix(payment-connector): validate secret key formats client-side at add time (#1573) (fc905f8c)
- fix: stop web-search TUI early exit when no gateway (#1575) (48374862)

### Documentation
- docs: cover payments, policies/guardrails, insights, harness, datasets, web-search (#1577) (954b97b5)

### Other Changes
- test(e2e): use real key formats in payment-validation CDP fixtures (#1592) (69547c3f)
- test(e2e): enable policy guardrail suite with two-deploy form-policy flow (#1582) (687029c6)

## [0.20.1] - 2026-06-17

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/agentcore",
"version": "0.20.1",
"version": "0.20.2",
"description": "CLI for Amazon Bedrock AgentCore",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion preview-version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.0-preview.15"
"version": "1.0.0-preview.16"
}
Loading