From 24d99e4d187e9dca33ddfcb43c776c764ee12cb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:20:44 +0000 Subject: [PATCH] chore(main): release 3.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57700f1..be84abe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.1" + ".": "3.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd145e..1d2e25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [3.5.2](https://github.com/jurislm/coolify-mcp/compare/v3.5.1...v3.5.2) (2026-06-24) + + +### Bug Fixes + +* stop leaking secrets into AI context from env-var and private-key reads ([#47](https://github.com/jurislm/coolify-mcp/issues/47)) ([32987ac](https://github.com/jurislm/coolify-mcp/commit/32987ac58e71d461ee6288d036a126e557d411da)) + + +### Refactoring + +* simplify + fix docs (tool count, missing categories) ([#42](https://github.com/jurislm/coolify-mcp/issues/42)) ([fce86ae](https://github.com/jurislm/coolify-mcp/commit/fce86ae80caca597162246efc91dc5777db3419f)) + ## [3.5.1](https://github.com/jurislm/coolify-mcp/compare/v3.5.0...v3.5.1) (2026-05-26) diff --git a/package.json b/package.json index 513abd1..b7d1c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jurislm/coolify-mcp", - "version": "3.5.1", + "version": "3.5.2", "description": "MCP server implementation for Coolify", "type": "module", "main": "./dist/index.js",