From d325b08d42607779571db901d515289e2771a71f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Oct 2025 19:30:01 +0000 Subject: [PATCH] chore: bump version to 1.0.4 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e24ce..0f67fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.4] - 2025-10-22 + +### Added +- feat: support for async llm callback (#131) (1e3fd0c) + +### Other Changes +- chore(memory): fix linter issues (#132) (36ea477) +- Add middleware (#121) (f30e281) +- Update Outbound Oauth error message (#119) (a9ad13a) +- Update README.md (#128) (c744ba3) +- chore: bump version to 1.0.3 (#127) (d14d80e) + ## [1.0.3] - 2025-10-16 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index b1d0d8b..b2cd57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.0.3" +version = "1.0.4" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index a879ead..a325355 100644 --- a/uv.lock +++ b/uv.lock @@ -46,7 +46,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.0.3" +version = "1.0.4" source = { editable = "." } dependencies = [ { name = "boto3" },