Skip to content

Commit e9c7333

Browse files
authored
Increment versions and update CHANGELOGs after release (#1371)
Updated CHANGELOGs and project version after release
1 parent 3b7d4b5 commit e9c7333

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

servers/Azure.Mcp.Server/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊
44

5-
## 2.0.0-beta.8 (Unreleased)
5+
## 2.0.0-beta.9 (Unreleased)
66

77
### Features Added
88

@@ -18,14 +18,19 @@ The Azure MCP Server updates automatically by default whenever a new release com
1818
### Other Changes
1919

2020
- Switched to the new `Azure.Monitor.Query.Logs` package to query logs from Azure Monitor. [[#1309](https://github.com/microsoft/mcp/pull/1309)]
21-
- Move Azure AI Best Practices tool into Best Practice namespace [[#1323](https://github.com/microsoft/mcp/pull/1323)]
2221

2322
#### Dependency updates
2423

2524
- Updated `Azure.Bicep.Types` from `0.6.1` to `0.6.27`. [[#1331](https://github.com/microsoft/mcp/pull/1331)]
2625

2726
- Updated `Microsoft.Azure.Mcp.AzTypes.Internal.Compact` from `0.2.802` to `0.2.804`. [[#1348](https://github.com/microsoft/mcp/pull/1348)]
2827

28+
## 2.0.0-beta.8 (2025-12-11)
29+
30+
### Bugs Fixed
31+
32+
- Fixed an issue where the AI Best Practices tool would get called instead of the Best Practices tool. [[#1323](https://github.com/microsoft/mcp/pull/1323)]
33+
2934
## 2.0.0-beta.7 (2025-11-25)
3035

3136
### Bugs Fixed

servers/Azure.Mcp.Server/src/Azure.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>2.0.0-beta.8</Version>
3+
<Version>2.0.0-beta.9</Version>
44
<CliName>azmcp</CliName>
55
<AssemblyTitle>Azure MCP Server</AssemblyTitle>
66
<Description>Azure MCP Server - Model Context Protocol implementation for Azure</Description>

servers/Azure.Mcp.Server/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 2.0.8 (2025-12-11) (pre-release)
4+
5+
### Fixed
6+
7+
- Fixed an issue where the AI Best Practices tool would get called instead of the Best Practices tool. [[#1323](https://github.com/microsoft/mcp/pull/1323)]
8+
39
## 2.0.7 (2025-11-25) (pre-release)
410

511
### Changed

0 commit comments

Comments
 (0)