Skip to content

Commit 7ddcaa0

Browse files
release: 5.28.0
1 parent 8e10b27 commit 7ddcaa0

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.27.0"
2+
".": "5.28.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 5.28.0 (2026-02-13)
4+
5+
Full Changelog: [v5.27.0...v5.28.0](https://github.com/team-telnyx/telnyx-node/compare/v5.27.0...v5.28.0)
6+
7+
### Features
8+
9+
* AI-2090: Add skip_turn tool type to assistant config schema ([060795b](https://github.com/team-telnyx/telnyx-node/commit/060795b8a3ae35b8a58e8c31eaad4ae3f6096951))
10+
11+
12+
### Chores
13+
14+
* **mcp:** forward STAINLESS_API_KEY to docs search endpoint ([8e10b27](https://github.com/team-telnyx/telnyx-node/commit/8e10b27136609ea2395ae0d8b228ab45e26d7d9f))
15+
316
## 5.27.0 (2026-02-13)
417

518
Full Changelog: [v5.26.0...v5.27.0](https://github.com/team-telnyx/telnyx-node/compare/v5.26.0...v5.27.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "telnyx",
3-
"version": "5.27.0",
3+
"version": "5.28.0",
44
"description": "Telnyx API SDK for global Voice, SMS, MMS, WhatsApp, Fax, Wireless IoT, SIP Trunking, and Call Control.",
55
"author": "Telnyx <support@telnyx.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "telnyx-mcp",
3-
"version": "5.27.0",
3+
"version": "5.28.0",
44
"description": "The official MCP Server for the Telnyx API",
55
"author": "Telnyx <support@telnyx.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const newMcpServer = async () =>
5858
new McpServer(
5959
{
6060
name: 'telnyx_api',
61-
version: '5.27.0',
61+
version: '5.28.0',
6262
},
6363
{
6464
instructions: await getInstructions(),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.27.0'; // x-release-please-version
1+
export const VERSION = '5.28.0'; // x-release-please-version

0 commit comments

Comments
 (0)