diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be84abe..9d5cb18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.2" + ".": "3.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2e25f..a6172c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3](https://github.com/jurislm/coolify-mcp/compare/v3.5.2...v3.5.3) (2026-07-11) + + +### Bug Fixes + +* extract logs field from application logs API response ([b03aa27](https://github.com/jurislm/coolify-mcp/commit/b03aa273c1adb82acad5cfaca102440142da383d)) +* extract logs field from application logs API response ([d36a27d](https://github.com/jurislm/coolify-mcp/commit/d36a27d9551fb984734f50771fb3896222ea689f)), closes [#120](https://github.com/jurislm/coolify-mcp/issues/120) +* validate application logs response shape before returning ([6a566c9](https://github.com/jurislm/coolify-mcp/commit/6a566c983a0531cb745dc42faffd719aea1cc2f2)) + ## [3.5.2](https://github.com/jurislm/coolify-mcp/compare/v3.5.1...v3.5.2) (2026-06-24) diff --git a/package.json b/package.json index b7d1c21..6905870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jurislm/coolify-mcp", - "version": "3.5.2", + "version": "3.5.3", "description": "MCP server implementation for Coolify", "type": "module", "main": "./dist/index.js",