Skip to content

Commit ecfe1b2

Browse files
release: 4.44.0
1 parent 5424a9f commit ecfe1b2

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
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-
".": "4.43.0"
2+
".": "4.44.0"
33
}

CHANGELOG.md

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

3+
## 4.44.0 (2026-03-10)
4+
5+
Full Changelog: [v4.43.0...v4.44.0](https://github.com/team-telnyx/telnyx-go/compare/v4.43.0...v4.44.0)
6+
7+
### Features
8+
9+
* Assistant tags ([3c74d33](https://github.com/team-telnyx/telnyx-go/commit/3c74d33e99c36c8215bca6ce25ccf988bdaa47a2))
10+
* MSG-6418: remove flashcall from hosted number verification codes endpoint ([64284b4](https://github.com/team-telnyx/telnyx-go/commit/64284b46640ade8533493156897542dd3a17a0cf))
11+
* TELAPPS-ENGDESK-49737 Add prevent_double_bridge param to dial ([a455f5c](https://github.com/team-telnyx/telnyx-go/commit/a455f5ca425a3ece6f476bc25eb3df87f8f0a396))
12+
13+
14+
### Chores
15+
16+
* **ci:** skip uploading artifacts on stainless-internal branches ([626f387](https://github.com/team-telnyx/telnyx-go/commit/626f387fe9fde8b69874f219251f5f79af2c897e))
17+
* **internal:** minor cleanup ([5424a9f](https://github.com/team-telnyx/telnyx-go/commit/5424a9ff200b05c8816f46327ecaff7f9f1ff49c))
18+
* update placeholder string ([0175443](https://github.com/team-telnyx/telnyx-go/commit/01754435c64ece5a3011fe9aa25feac8c6e7cca7))
19+
320
## 4.43.0 (2026-03-05)
421

522
Full Changelog: [v4.42.0...v4.43.0](https://github.com/team-telnyx/telnyx-go/compare/v4.42.0...v4.43.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Or to pin the version:
3737
<!-- x-release-please-start-version -->
3838

3939
```sh
40-
go get -u 'github.com/team-telnyx/telnyx-go@v4.43.0'
40+
go get -u 'github.com/team-telnyx/telnyx-go@v4.44.0'
4141
```
4242

4343
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "4.43.0" // x-release-please-version
5+
const PackageVersion = "4.44.0" // x-release-please-version

0 commit comments

Comments
 (0)