Skip to content

Commit 7ba1e4e

Browse files
committed
Bump to v1.1.2
1 parent b250244 commit 7ba1e4e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to Fleet MCP will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [1.1.2] - 2025-11-20
8+
9+
### Added
10+
11+
* **Demo Screenshots**: Four screenshots showcasing fleet-mcp in action (LLM-driven host queries, policy management, software tracking, and advanced operations), included in a collapsible README section.
12+
13+
### Changed
14+
15+
* **Policy Tools**: Improved `fleet_list_policies` with fuzzy keyword-based search across all teams.
16+
17+
### Fixed
18+
19+
* **API None Handling**: Corrected handling of `None` values for device mappings, activities, and certificates.
20+
21+
### Documentation
22+
23+
* Updated `docs/USAGE.md` with policy search and cross-team discovery examples.
24+
725

826
## [1.1.0] - 2025-11-20
927

@@ -202,6 +220,7 @@ First production-ready release of Fleet MCP.
202220

203221
## Version History Summary
204222

223+
- **1.1.2** (2025-11-20): Demo screenshots, policy search enhancements, None value handling fixes, README improvements
205224
- **1.1.0** (2025-11-20): Async query execution, schema overrides, fuzzy host matching, CVE filtering, WebSocket-based queries, Docker support, major code refactoring
206225
- **1.0.2** (2025-10-22): Script content retrieval, version reporting, documentation improvements
207226
- **1.0.1** (2025-10-21): Code formatting, linting fixes, production release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fleet-mcp"
7-
version = "1.1.0"
7+
version = "1.1.2"
88
description = "Model Context Protocol tool for Fleet DM integration"
99
readme = "README.md"
1010
license = { text = "MIT" }

src/fleet_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
and monitor security across fleets of computers.
66
"""
77

8-
__version__ = "1.1.0"
8+
__version__ = "1.1.2"
99
__author__ = "SimplyMinimal"
1010

1111
from .client import FleetClient

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)