Skip to content

Commit

Permalink
Merge pull request #150 from yenkhoon/develop
Browse files Browse the repository at this point in the history
update changelog and version.
  • Loading branch information
b00f authored Jul 30, 2020
2 parents c07f9f6 + 69a6a51 commit 531fa5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.3.4
- fix when burn and item is frozen, burn is not allowed
- fix when ft/nft token if frozen there is no other action can be done until it is unfrozen. Except for nft
endorsement

# Version 1.3.3
- enable endorser list to update to empty

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "fmt"
const (
Maj = "1"
Min = "3"
Fix = "3"
Fix = "4"
)

var (
Expand Down

0 comments on commit 531fa5b

Please sign in to comment.