Skip to content

Commit 90e2cfd

Browse files
authored
bump: version 1.5.0 → 1.6.0 (#296)
1 parent c01118b commit 90e2cfd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## v1.6.0 (2026-05-29)
11+
12+
### Added
13+
14+
- Per-call AWS profile override middleware for dynamic credential switching (#266)
15+
1016
### Fixed
1117

1218
- Always read fresh credentials from disk on every request instead of caching and refreshing reactively on auth errors (#294)
19+
- Prevent credential_process hang on Windows in stdio transport mode (#293)
1320

1421
## v1.5.0 (2026-05-22)
1522

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.5.0"
13+
version = "1.6.0"
1414

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

0 commit comments

Comments
 (0)