Skip to content

Commit 2d5267e

Browse files
authored
bump: version 1.0.0 → 1.1.0 (#87)
1 parent af0dcc2 commit 2d5267e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.1.0 (2025-11-13)
9+
10+
### Feat
11+
12+
- Add Automated PyPI Publishing Workflow (#83)
13+
- allow iam mcp client to take a botocore credentials object (#84)
14+
- AWS IAM MCP client with SigV4 auth (#65)
15+
16+
### Fix
17+
18+
- **sigv4_helper.py**: reduce severity of log levels (#86)
19+
- **mcp_proxy_for_aws/utils.py**: add override for bedrock-agentcore service name detection (#79)
20+
- set default log level to ERROR (#73)
21+
- do not raise errors and let mcp sdk handle the http errors (#66)
22+
- correct log_level type annotation from int to str in add_logging_middleware (#68)
23+
- f-strings formatting in logging (#67)
24+
25+
### Refactor
26+
27+
- **cli**: extract argument parsing to separate module (#70)
28+
829
## v1.0.0 (2025-10-29)
930

1031
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
name = "mcp-proxy-for-aws"
1111

1212
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
13-
version = "1.0.0"
13+
version = "1.1.0"
1414

1515
description = "MCP Proxy for AWS"
1616
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)