diff --git a/CHANGELOG.md b/CHANGELOG.md index 24de942..3a22f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0] - 2025-10-15 + +### Fixed +- fix: rename list_events parameter include_parent_events to include_parent_branches to match the boto3 parameter (#108) (ee35ade) +- fix: add the include_parent_events parameter to the get_last_k_turns method (#107) (eee67da) +- fix: fix session name typo in get_last_k_turns (#104) (1ba3e1c) + +### Documentation +- docs: remove preview verbiage following Bedrock AgentCore GA release (#113) (9d496aa) + +### Other Changes +- fix(deps): restrict pydantic to versions below 2.41.3 (#115) (b4a49b9) +- feat(browser): Add viewport configuration support to BrowserClient (#112) (014a6b8) +- chore: bump version to 0.1.7 (#103) (d572d68) + ## [0.1.7] - 2025-10-01 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 8c902f5..7504a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "0.1.7" +version = "1.0.0" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 50ac988..c6c65c5 100644 --- a/uv.lock +++ b/uv.lock @@ -46,7 +46,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "0.1.7" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "boto3" },