diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ff134..26fcec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.6] - 2025-11-10 + +### Added +- feat: Add control plane CRUD operations and config helpers for browser and code interpreter (#152) (81faca1) +- feat: adding function to delete all memory records in namespace (#148) (72a16be) + +### Fixed +- fix: list_events having branch & eventMetadata filter (#153) (70e138d) +- fix: correct workflow output reference for external PR tests (#141) (90f04bf) + +### Other Changes +- chore: bump version to 1.0.5 (#144) (1456d03) + ## [1.0.5] - 2025-10-29 ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 3a27443..94b9d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.0.5" +version = "1.0.6" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index dd59c36..57549e4 100644 --- a/uv.lock +++ b/uv.lock @@ -46,7 +46,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.0.5" +version = "1.0.6" source = { editable = "." } dependencies = [ { name = "boto3" },