From 56452a46e27d6e4544a9d1969a37cd0db85f3b12 Mon Sep 17 00:00:00 2001 From: Weizhou Xing <169175349+wzxxing@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:05:59 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4621a60..c91bd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.2 (2025-11-27) + +### Fix + +- do not write result to stdout (#98) +- use factory to refresh session once it is finished (#97) +- write initialize error to stdout (#95) + ## v1.1.1 (2025-11-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3f54494..b656b4e 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.1" +version = "1.1.2" description = "MCP Proxy for AWS" readme = "README.md" diff --git a/uv.lock b/uv.lock index 67a7145..9560f83 100644 --- a/uv.lock +++ b/uv.lock @@ -2399,7 +2399,7 @@ requires-dist = [ [[package]] name = "mcp-proxy-for-aws" -version = "1.1.1" +version = "1.1.2" source = { editable = "." } dependencies = [ { name = "boto3" },