Skip to content

Commit 806ae8d

Browse files
committed
chore: add chageset
1 parent 1ecc17e commit 806ae8d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [1.1.1] - 2025-10-21
8+
9+
## 🐛 Fixes
10+
11+
### fix docker image ignoring port setting - @DaleSeo PR #467
12+
13+
The Docker image had `APOLLO_MCP_TRANSPORT__PORT=8000` baked in as an environment variable in `flake.nix`. Since environment variables take precedence over config file settings (by design in our config loading logic), users are unable to override the port in their `config.yaml` when running the Docker container.
14+
15+
16+
717
# [1.1.0] - 2025-10-16
818

919
## ❗ BREAKING ❗

0 commit comments

Comments
 (0)