Skip to content

Commit 4fdb27f

Browse files
authored
chore(main): release 1.8.0 (#48)
1 parent cf1e112 commit 4fdb27f

3 files changed

Lines changed: 9 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-
".": "1.7.3"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/vngcloud/greennode-cli/compare/v1.7.3...v1.8.0) (2026-07-25)
4+
5+
6+
### Features
7+
8+
* **vks:** send grn-vks-cli User-Agent on every VKS API request ([#47](https://github.com/vngcloud/greennode-cli/issues/47)) ([cf1e112](https://github.com/vngcloud/greennode-cli/commit/cf1e112ec8c3f465b55e420fb19ca473ed867099))
9+
310
## [1.7.3](https://github.com/vngcloud/greennode-cli/compare/v1.7.2...v1.7.3) (2026-07-25)
411

512

go/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/vngcloud/greennode-cli/internal/config"
1313
)
1414

15-
const cliVersion = "1.7.3" // x-release-please-version
15+
const cliVersion = "1.8.0" // x-release-please-version
1616

1717
// Global flags
1818
var (

0 commit comments

Comments
 (0)