File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.43 .0"
2+ "." : " 4.44 .0"
33}
Original file line number Diff line number Diff line change 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
522Full Changelog: [ v4.42.0...v4.43.0] ( https://github.com/team-telnyx/telnyx-go/compare/v4.42.0...v4.43.0 )
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "4.43 .0" // x-release-please-version
5+ const PackageVersion = "4.44 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments