Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.7.0](https://github.com/vngcloud/greennode-cli/compare/v1.6.0...v1.7.0) (2026-07-07)


### Features

* scaffold command for new product CLIs ([#32](https://github.com/vngcloud/greennode-cli/issues/32)) ([9e1b4cb](https://github.com/vngcloud/greennode-cli/commit/9e1b4cbd222f9a7e7861596b30f1d177555032b4))


### Documentation

* per-product CLAUDE.md (tier 2) and agent skills ([#35](https://github.com/vngcloud/greennode-cli/issues/35)) ([3a1b7cd](https://github.com/vngcloud/greennode-cli/commit/3a1b7cd4df227dbb42aadc4dca2a905174011835))
* rebrand VNG Cloud to GreenNode in VKS and shared text ([#38](https://github.com/vngcloud/greennode-cli/issues/38)) ([d0fd019](https://github.com/vngcloud/greennode-cli/commit/d0fd0195c2d4643fac60231f7db5ed18b65b9b24))
* **vks:** AWS-CLI-style reference format for all commands ([#30](https://github.com/vngcloud/greennode-cli/issues/30)) ([1fe168d](https://github.com/vngcloud/greennode-cli/commit/1fe168deb60cb4bdefd162abc55594db2a8d879c))

## 1.6.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion go/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/vngcloud/greennode-cli/internal/config"
)

const cliVersion = "1.6.0" // x-release-please-version
const cliVersion = "1.7.0" // x-release-please-version

// Global flags
var (
Expand Down
Loading