From dff425d0ba4a347560970002f809a655151e1b14 Mon Sep 17 00:00:00 2001 From: Leonardo Araneda Freccero Date: Wed, 19 Nov 2025 18:19:30 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0025c4b..4621a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.1.1 (2025-11-19) + +### Fix + +- pass connected client to proxy to reuse session (#88) + ## v1.1.0 (2025-11-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index e0bf9b5..5eababf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ members = [ name = "mcp-proxy-for-aws" # NOTE: "Patch"=9223372036854775807 bumps next release to zero. -version = "1.1.0" +version = "1.1.1" description = "MCP Proxy for AWS" readme = "README.md" diff --git a/uv.lock b/uv.lock index 1d3a424..bbedaab 100644 --- a/uv.lock +++ b/uv.lock @@ -950,7 +950,7 @@ wheels = [ [[package]] name = "mcp-proxy-for-aws" -version = "1.1.0" +version = "1.1.1" source = { editable = "." } dependencies = [ { name = "boto3" },