Skip to content

Commit 9b556a6

Browse files
committed
chore(main): release 0.2.3
1 parent 218d546 commit 9b556a6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/hyprmcp/mcp-gateway/compare/0.2.2...0.2.3) (2025-09-03)
4+
5+
6+
### Docs
7+
8+
* rename docker-compose config ([#41](https://github.com/hyprmcp/mcp-gateway/issues/41)) ([218d546](https://github.com/hyprmcp/mcp-gateway/commit/218d546ade7b756c79c9bd65f6c851d6977794d6))
9+
310
## [0.2.2](https://github.com/hyprmcp/mcp-gateway/compare/0.2.1...0.2.2) (2025-08-29)
411

512

examples/who-am-i/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- .dex.secret.env
1919

2020
gateway:
21-
image: ghcr.io/hyprmcp/mcp-gateway:0.2.2 # x-release-please-version
21+
image: ghcr.io/hyprmcp/mcp-gateway:0.2.3 # x-release-please-version
2222
command:
2323
[
2424
"serve",

0 commit comments

Comments
 (0)