Skip to content

Commit 74d4638

Browse files
authored
Increment version after release (#3009)
Increment package version after release
1 parent 2e0e8e7 commit 74d4638

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

servers/Fabric.Mcp.Server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the Microsoft Fabric MCP Server will be documented in thi
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).
77

8+
## 1.3.0 (Unreleased)
9+
10+
### Features Added
11+
12+
### Breaking Changes
13+
14+
### Bugs Fixed
15+
16+
### Other Changes
17+
818
## 1.2.0 (2026-07-08)
919

1020
### Features Added

servers/Fabric.Mcp.Server/src/Fabric.Mcp.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.3.0</Version>
44
<CliName>fabmcp</CliName>
55
<AssemblyTitle>Fabric MCP Server</AssemblyTitle>
66
<Description>Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric</Description>

0 commit comments

Comments
 (0)