diff --git a/servers/Fabric.Mcp.Server/CHANGELOG.md b/servers/Fabric.Mcp.Server/CHANGELOG.md index 9120e8cf90..2be22459b2 100644 --- a/servers/Fabric.Mcp.Server/CHANGELOG.md +++ b/servers/Fabric.Mcp.Server/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to the Microsoft Fabric MCP Server will be documented in thi 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). +## 1.3.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.2.0 (2026-07-08) ### Features Added diff --git a/servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj b/servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj index 9a20d374f1..648755116a 100644 --- a/servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj +++ b/servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj @@ -1,6 +1,6 @@ - 1.2.0 + 1.3.0 fabmcp Fabric MCP Server Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric