From 459161e23514e9a4d70fd6f902e5f84ba049eec1 Mon Sep 17 00:00:00 2001 From: simple Date: Sat, 31 May 2025 13:18:40 +0900 Subject: [PATCH] Release v1.0.54: Add multi-platform support and custom SSL configuration - Added multi-platform support for improved compatibility - Added custom SSL configuration options - Enhanced security and flexibility for HTTPS connections --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260e4f7..fc98dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.0.54] - 2025-05-31 + +### Added + +- 🌐 **Multi-Platform Support**: Added support for multiple platforms to improve compatibility across different environments + - Enhanced platform detection and configuration handling + - Improved cross-platform functionality for GitLab MCP server + - See: [PR #71](https://github.com/zereight/gitlab-mcp/pull/71), [Issue #69](https://github.com/zereight/gitlab-mcp/issues/69) + +- 🔐 **Custom SSL Configuration**: Added custom SSL options for enhanced security and flexibility + - Support for custom SSL certificates and configurations + - Improved HTTPS connection handling with custom SSL settings + - Better support for self-signed certificates and custom CA configurations + - See: [PR #72](https://github.com/zereight/gitlab-mcp/pull/72), [Issue #70](https://github.com/zereight/gitlab-mcp/issues/70) + +--- + ## [1.0.48] - 2025-05-29 ### Added