From 1ba13d4c1b6413d7d4e9b09be8c62c41be1e6154 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 22:56:31 +0000 Subject: [PATCH] chore: bump version to 1.8.0 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef603a06..9cefcf1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.8.0] - 2026-04-30 + +### Added +- feat: support on-behalf-of token exchange and additional parameters (#447) (995536b) + +### Fixed +- fix: increase memory regression test timeout to 15 minutes (#442) (0c9ce37) + +### Documentation +- docs: update README links and remove Starter Toolkit references (#444) (c2805d3) + +### Other Changes +- Feat: Evaluation preview features - Batch evaluation and config bundles (#446) (719907b) + ## [1.7.0] - 2026-04-28 ### Added diff --git a/pyproject.toml b/pyproject.toml index 2ff3afbc..1d478da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.7.0" +version = "1.8.0" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 3f6751bd..02ea8b90 100644 --- a/uv.lock +++ b/uv.lock @@ -270,7 +270,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.7.0" +version = "1.8.0" source = { editable = "." } dependencies = [ { name = "boto3" },