Files
tor-guard-relay/.github/changelog.yml
rE-Bo0t.bx1 e2a9b4d398 🚀 feat: Release v1.1.0
Bumped version to v1.1.0 across all project files.

🏗️ Infrastructure & Templates:
- 🐳 Docker Compose: Enhanced security, added persistent volume support.
- 📋 Cosmos templates: Updated with new environment variable defaults.

🛠️ Scripts:
- dashboard.sh: Implemented API token authentication, improved error handling, and added a notification UI.
- fingerprint.sh: Refactored for clearer output formatting, robust validation, and a comprehensive help message.

 General:
- Improved configuration management, health checks, and monitoring integration.
2025-11-08 00:00:49 +08:00

43 lines
799 B
YAML

changelog:
exclude:
labels:
- ignore-for-release
- dependencies
authors:
- dependabot
categories:
- title: 🎉 New Features
labels:
- feature
- enhancement
- new
- title: 🐛 Bug Fixes
labels:
- bug
- fix
- bugfix
- title: 📚 Documentation
labels:
- documentation
- docs
- title: 🔒 Security
labels:
- security
- title: ⚡ Performance
labels:
- performance
- optimization
- title: 🔧 Maintenance
labels:
- maintenance
- chore
- refactor
- title: 🏗️ Infrastructure
labels:
- ci
- build
- docker
- title: Other Changes
labels:
- "*"