Skip to content

Commit 85cdf1a

Browse files
author
tytv2
committed
release: v1.3.0
1 parent 2179861 commit 85cdf1a

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

.changes/1.3.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "configure",
5+
"description": "Add project_id field to configure wizard, configure list/get/set, and GRN_DEFAULT_PROJECT_ID env var override"
6+
}
7+
]

.changes/next-release/feature-configure-iqcv1jyc.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Features
6+
* **configure**: Add project_id field to configure wizard, configure list/get/set, and GRN_DEFAULT_PROJECT_ID env var override
7+
38
## 1.2.0
49

510
### Features

go/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/vngcloud/greennode-cli/cmd/vks"
1111
)
1212

13-
const cliVersion = "1.2.0"
13+
const cliVersion = "1.3.0"
1414

1515
// Global flags
1616
var (

0 commit comments

Comments
 (0)