mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
docs: remove forward-looking statements from CHANGELOG
CHANGELOG should only document changes made in this release, not planned future changes. Removed reference to v2.16.3 planned features.
This commit is contained in:
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [2.17.0] - 2025-10-06
|
||||
## [2.16.2] - 2025-10-06
|
||||
|
||||
### 🔒 Security
|
||||
|
||||
@@ -119,7 +119,7 @@ const match = files.find(f => f.endsWith(`${safeName}.md`) && !f.includes('crede
|
||||
**No action required** - This is a drop-in security fix. Simply upgrade:
|
||||
|
||||
```bash
|
||||
npm install n8n-mcp@2.17.0
|
||||
npm install n8n-mcp@2.16.2
|
||||
# or
|
||||
npm update n8n-mcp
|
||||
```
|
||||
@@ -153,8 +153,6 @@ npm update n8n-mcp
|
||||
**This Release:** Fixes 2 CRITICAL issues (CRITICAL-01, CRITICAL-02)
|
||||
**Remaining Work:** 20 issues to be addressed in subsequent releases (HIGH, MEDIUM, LOW priority)
|
||||
|
||||
**Next Release:** v2.18.0 will address HIGH-02 (Rate Limiting) and HIGH-03 (SSRF Protection)
|
||||
|
||||
### References
|
||||
|
||||
- Security Audit: https://github.com/czlonkowski/n8n-mcp/issues/265
|
||||
|
||||
Reference in New Issue
Block a user