From c5a28fc5742c82b9de58e216d91daf03dc33c7c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Jan 2026 22:13:41 +0000 Subject: [PATCH] chore: bump version to 1.1.5 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ed42e..53fcf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.1.5] - 2026-01-13 + + ## [1.1.4] - 2026-01-08 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f722580..f3d4684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.1.4" +version = "1.1.5" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index b738683..740646c 100644 --- a/uv.lock +++ b/uv.lock @@ -222,7 +222,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.1.4" +version = "1.1.5" source = { editable = "." } dependencies = [ { name = "boto3" },