File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-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-09)
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+
12+
13+ ### Chores
14+
15+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 626f387] ( https://github.com/team-telnyx/telnyx-go/commit/626f387fe9fde8b69874f219251f5f79af2c897e ) )
16+ * update placeholder string ([ 0175443] ( https://github.com/team-telnyx/telnyx-go/commit/01754435c64ece5a3011fe9aa25feac8c6e7cca7 ) )
17+
318## 4.43.0 (2026-03-05)
419
520Full 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