Skip to content

Commit c8a9d6d

Browse files
author
tytv2
committed
release: v1.1.0
1 parent eca6cf5 commit c8a9d6d

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changes/1.1.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": "core",
5+
"description": "Add GRN_ACCESS_KEY_ID/GRN_SECRET_ACCESS_KEY env var credential support"
6+
}
7+
]

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.1.0
4+
5+
### Features
6+
* **core**: Add GRN_ACCESS_KEY_ID/GRN_SECRET_ACCESS_KEY env var credential support
7+
38
## 1.0.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.0.0"
13+
const cliVersion = "1.1.0"
1414

1515
// Global flags
1616
var (

0 commit comments

Comments
 (0)