Skip to content

Commit 236703e

Browse files
author
tytv2
committed
release: v1.3.1
1 parent 4e7ddd0 commit 236703e

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

.changes/1.3.1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "configure",
5+
"description": "Auto-detect project_id during grn configure by calling vServer /v1/projects with the given credentials and region"
6+
}
7+
]

.changes/next-release/enhancement-configure-uooh8xep.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.1
4+
5+
### Enhancements
6+
* **configure**: Auto-detect project_id during grn configure by calling vServer /v1/projects with the given credentials and region
7+
38
## 1.3.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.3.0"
13+
const cliVersion = "1.3.1"
1414

1515
// Global flags
1616
var (

0 commit comments

Comments
 (0)