Skip to content

Commit

Permalink
chore: update change log (#81)
Browse files Browse the repository at this point in the history
* chore: update change log
  • Loading branch information
flywukong authored Aug 18, 2023
1 parent fe43ea7 commit 0402372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


## v0.1.0-alpha.2

FEATURES
* [#80](https://github.com/bnb-chain/greenfield-cmd/pull/80) update depenency and support group new API, including "group ls ", "group ls-member", "group ls-belong" and "policy ls"


## v0.1.0-alpha.1

FEATURES
Expand Down
3 changes: 1 addition & 2 deletions cmd/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ import (
)

const (
Version = "v0.0.9"
Version = "v0.1.0-alpha.2"
maxFileSize = 10 * 1024 * 1024 * 1024
greenfieldPrefix = "gnfd://"
publicReadType = "public-read"
privateType = "private"
inheritType = "inherit"
Expand Down

0 comments on commit 0402372

Please sign in to comment.