From 5c5765a896600f2d4da87b51420121621a6a349b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jun 2026 10:53:07 +0000 Subject: [PATCH 1/2] chore: bump version to v1.2.2 This patch version bump includes: - 3 commits since last release - Automated changelog generation - Version update in pyproject.toml Release will be triggered automatically when this PR is merged. --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed198e..58a955c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + + + + ### Added - Comprehensive security scanning infrastructure - GitLeaks credential scanning diff --git a/pyproject.toml b/pyproject.toml index 40e58b4..7a0e62a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "markitdown-mcp" -version = "1.2.1" +version = "1.2.2" description = "A Model Context Protocol server for converting documents to Markdown using MarkItDown" authors = [ { name = "MarkItDown MCP", email = "noreply@example.com" }, From e5025755898905dd68020c66f75750a0a1472a28 Mon Sep 17 00:00:00 2001 From: trsdn Date: Wed, 10 Jun 2026 13:06:02 +0200 Subject: [PATCH 2/2] docs: update v1.2.2 changelog entries Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a955c..62f281c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +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). -## [] - $(date +%Y-%m-%d) - - - - - - - - - - - - - +## [1.2.2] - 2026-06-10 +### Fixed +- Resolve MCP protocol and file validation issues (#44) +### Performance +- Remove artificial path validation delay (#43) +## [] - $(date +%Y-%m-%d) ### Added - Comprehensive security scanning infrastructure