@@ -5,7 +5,7 @@ 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).
-## [Unreleased]
+## [1.2.1] - 2026-03-27
### Security
- **Message ID validation** - Message IDs are now validated as numeric-only (`/^\d+$/`) to prevent injection attacks
@@ -1,12 +1,12 @@
{
"name": "apple-mail-mcp",
- "version": "1.2.0",
+ "version": "1.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"license": "MIT",
"os": [
"darwin"
@@ -1,6 +1,6 @@
"description": "MCP server for Apple Mail - read, search, send, and manage emails via Claude",
"type": "module",
"main": "build/index.js",