Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eunsoopark committed May 29, 2020
1 parent fc1bd31 commit f0de0c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# ChangeLog - T-Bears

## 1.6.1 - 2020-05-30
## 1.6.2 - 2020-05-29
* Fix SCORE unittest framework (#68)
* owner property bug
* patch deprecated SCORE methods to warning
* Fix minor bugs
* error code for get_tx_info message with invalid TX hash
* prevVotes list management
* write_precommit_state message parameter

## 1.6.1 - 2020-05-20
* Add --nid option to 'sendtx' command (#66)

## 1.6.0 - 2020-04-08
Expand Down
2 changes: 1 addition & 1 deletion Docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.6.0
VERSION=1.6.2
IMAGE_TAG=iconloop/tbears:$(VERSION)
LISTEN_PORT=9000

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2

0 comments on commit f0de0c6

Please sign in to comment.