Skip to content

Commit 65562eb

Browse files
release: 0.22.0
1 parent a4556ed commit 65562eb

3 files changed

Lines changed: 17 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.21.0"
2+
".": "0.22.0"
33
}

CHANGELOG.md

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

3+
## 0.22.0 (2026-07-03)
4+
5+
Full Changelog: [v0.21.0...v0.22.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.21.0...v0.22.0)
6+
7+
### Bug Fixes
8+
9+
* **release:** ghost guard also verifies the GitHub Release exists ([#60](https://github.com/team-telnyx/telnyx-cli/issues/60)) ([da8cf61](https://github.com/team-telnyx/telnyx-cli/commit/da8cf61a3291d19c89c4ec97fc3013bdba2ed0cc))
10+
* **release:** scan next's commits in release-pr (stop depending on master hotfixes) ([#58](https://github.com/team-telnyx/telnyx-cli/issues/58)) ([e112e9c](https://github.com/team-telnyx/telnyx-cli/commit/e112e9c0043cc4dd2b8d0f9bacc5ad02ff303b79))
11+
12+
13+
### Chores
14+
15+
* promote from staging 4860bd4 ([f3fe4b3](https://github.com/team-telnyx/telnyx-cli/commit/f3fe4b337b3a9eb105a4558e36a55325c3d8ff86))
16+
* promote from staging c759f54 ([a4556ed](https://github.com/team-telnyx/telnyx-cli/commit/a4556edce2a6a9c58cfee615a63cc3e93de3ce64))
17+
318
## [0.23.3](https://github.com/team-telnyx/telnyx-cli-staging/compare/v0.23.2...v0.23.3) (2026-06-26)
419

520

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.22.0" // x-release-please-version

0 commit comments

Comments
 (0)