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" },