chore: update n8n to v1.103.2

- Updated n8n from 1.102.4 to 1.103.2
- Updated n8n-core from 1.101.2 to 1.102.1
- Updated n8n-workflow from 1.99.1 to 1.100.0
- Updated @n8n/n8n-nodes-langchain from 1.101.2 to 1.102.1
- Rebuilt node database with 532 nodes
- Bumped version to 2.7.21
- All validation tests passing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-07-23 19:19:50 +02:00
parent 04e0739bbd
commit eeb73e1779
6 changed files with 310 additions and 449 deletions

View File

@@ -5,6 +5,17 @@ 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.7.21] - 2025-07-23
### Updated
- **n8n Dependencies**: Updated to latest versions for compatibility and new features
- n8n: 1.102.4 → 1.103.2
- n8n-core: 1.101.2 → 1.102.1
- n8n-workflow: 1.99.1 → 1.100.0
- @n8n/n8n-nodes-langchain: 1.101.2 → 1.102.1
- **Node Database**: Rebuilt with 532 nodes from updated n8n packages
- All validation tests passing with updated dependencies
## [2.7.20] - 2025-07-18
### Fixed