Skip to content

Commit 0e60819

Browse files
chore: sync code from next into release PR
1 parent 3500997 commit 0e60819

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.21.0 (2026-07-03)
4+
5+
Full Changelog: [v0.20.0...v0.21.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.20.0...v0.21.0)
6+
7+
### Chores
8+
9+
* promote from staging 32b8601 ([3500997](https://github.com/team-telnyx/telnyx-cli/commit/35009971db604f827eca1553f2f8c1ba0fa3321d))
10+
311
## [0.23.3](https://github.com/team-telnyx/telnyx-cli-staging/compare/v0.23.2...v0.23.3) (2026-06-26)
412

513

pkg/cmd/version.go

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

33
package cmd
44

5-
const Version = "0.23.3" // x-release-please-version
5+
const Version = "0.21.0" // x-release-please-version

0 commit comments

Comments
 (0)