Skip to content

Commit c462a4a

Browse files
committed
bump: version 1.1.6 → 1.1.7
1 parent 0a109f7 commit c462a4a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.7 (2026-04-01)
9+
10+
### Added
11+
12+
- Build and publish container image (#126)
13+
14+
### Fixed
15+
16+
- **security**: Add URL scheme validation to prevent credential interception (#169)
17+
- **security**: Prevent credential exposure in logs (#167)
18+
- Replace failing integ test (#178)
19+
- retrieve_agent_sop test (#197)
20+
821
## v1.1.6 (2026-01-29)
922

1023
Include MCP ownership information in package README to be used for MCP registry owner verification.

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.1.6"
13+
version = "1.1.7"
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)