Skip to content

Commit 48ad4c1

Browse files
author
Parul Upadhyaya
committed
Updated scloud version to 8.0.0-beta.1
1 parent f6079a7 commit 48ad4c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
scloud login -—use-pkce
2727
- To login using refresh-flow (once logged in via one of the above flows)
2828
scloud login -—use-refresh-token
29-
* Added required flag `tenant` to the context set command
29+
* BREAKING change: Added required flag `tenant` to the context set command
3030
- To set a context
3131
scloud context set --key access_token --value <token> --tenant <tenantName>
3232
* Added support to list contexts

cmd/scloud/cmd/scloud/version/client_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
// Version the released version of the SDK
44

5-
const ScloudVersion = "7.2.0-beta.1"
5+
const ScloudVersion = "8.0.0-beta.1"
66

77
// UserAgent Scloud Client Identifier
88
const UserAgent = "scloud"

0 commit comments

Comments
 (0)