Skip to content

Commit 9ca08f3

Browse files
chore(main): release 0.3.1 (#77)
1 parent 1724f81 commit 9ca08f3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/hyprmcp/mcp-gateway/compare/v0.3.0...v0.3.1) (2025-10-29)
4+
5+
6+
### Other
7+
8+
* **deps:** update github artifact actions (major) ([#82](https://github.com/hyprmcp/mcp-gateway/issues/82)) ([c1a8df0](https://github.com/hyprmcp/mcp-gateway/commit/c1a8df0dacbd9e23a4eb30c3e30b78f225f3e8fa))
9+
* **deps:** update googleapis/release-please-action action to v4.4.0 ([#81](https://github.com/hyprmcp/mcp-gateway/issues/81)) ([3db34e3](https://github.com/hyprmcp/mcp-gateway/commit/3db34e3944c15dc2dbd63cb60cd3a105185635ad))
10+
* **deps:** update sigstore/cosign-installer action to v4 ([#79](https://github.com/hyprmcp/mcp-gateway/issues/79)) ([1724f81](https://github.com/hyprmcp/mcp-gateway/commit/1724f813dcd39c9a7a3c9214a387228cf5b81b6d))
11+
* use hyprmcp dex for who-am-i demo ([#74](https://github.com/hyprmcp/mcp-gateway/issues/74)) ([7d29ed9](https://github.com/hyprmcp/mcp-gateway/commit/7d29ed9d46034e09665691fc5a34f219c88f469a))
12+
313
## [0.3.0](https://github.com/hyprmcp/mcp-gateway/compare/v0.2.6...v0.3.0) (2025-10-06)
414

515

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.3.0 # x-release-please-version
21+
image: ghcr.io/hyprmcp/mcp-gateway:0.3.1 # x-release-please-version
2222
command:
2323
[
2424
"serve",

0 commit comments

Comments
 (0)