From a0b14fedb82c98e8e51f289e40ff26678f92c026 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Wed, 25 Feb 2026 15:09:21 -0500 Subject: [PATCH] docs: update CHANGELOG for release 0.12.1 - Add 0.12.1 release section dated 2026-02-25 - Document FastMCP 3.x compatibility fix - Reference migration from include_tags/exclude_tags to enable/disable API --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4f419..c0ddc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.1] - 2026-02-25 + +### Fixed +- Replace removed FastMCP include_tags/exclude_tags kwargs with enable/disable API (#320) + - FastMCP 3.x removed include_tags and exclude_tags from constructor + - Migrated to new post-creation API: server.enable() and server.disable() + ## [0.12.0] - 2026-02-25 ### Added