From 570f5057aa9346f2bef9fb68532946bab234b471 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Oct 2025 16:17:49 +0000 Subject: [PATCH] chore: bump version to 0.1.7 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927c8d6..24de942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7] - 2025-10-01 + +### Fixed +- fix: fix validation exception which occurs if the default aws region mismatches with the user's region_name (#102) (207e3e0) + +### Other Changes +- chore: bump version to 0.1.6 (#101) (5d5271d) + ## [0.1.6] - 2025-10-01 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0eb9bba..b98eb0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "0.1.6" +version = "0.1.7" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 79f8184..c3c21e2 100644 --- a/uv.lock +++ b/uv.lock @@ -46,7 +46,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "0.1.6" +version = "0.1.7" source = { editable = "." } dependencies = [ { name = "boto3" },