Skip to content

Commit 28a810c

Browse files
author
Nicholas Cecere
committed
docs: Update changelog and README for v0.3.10 release
- Move MCP server feature from unreleased to v0.3.10 - Update provider version in README example to 0.3.10
1 parent 82a5500 commit 28a810c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.10] - 2025-08-10
11+
1012
### Added
1113
- **New Resource**: `litellm_mcp_server` - Manage MCP (Model Context Protocol) servers
1214
- Support for HTTP, SSE, and stdio transport types

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
required_providers {
2929
litellm = {
3030
source = "ncecere/litellm"
31-
version = "~> 0.2.3"
31+
version = "~> 0.3.10"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)