Skip to content

Commit e314b8d

Browse files
chore(main): release 1.0.0
1 parent 05ccbb2 commit e314b8d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.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.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/sigbit/mcp-auth-proxy/compare/v0.2.1...v1.0.0) (2025-08-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* GLOBAL_SECRET environment variable and --global-secret flag are no longer supported. Secrets are now automatically generated and persisted.
9+
10+
### Features
11+
12+
* replace global secret parameter with auto-generated secret ([#6](https://github.com/sigbit/mcp-auth-proxy/issues/6)) ([05ccbb2](https://github.com/sigbit/mcp-auth-proxy/commit/05ccbb23f22b5a528faed558e6e242cda9f67849))

0 commit comments

Comments
 (0)