Skip to content

Commit

Permalink
chore: bump version to v1.2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Goren G <[email protected]>
  • Loading branch information
Goren G committed Aug 2, 2019
1 parent 77b39a0 commit 5f6889b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

<a name="v1.2.3.1"></a>
## [v1.2.3.1](https://github.com/qlcchain/go-qlc/compare/v1.2.3...v1.2.3.1) (2019-08-02)

### Bug Fixes

* rollback block cache ([#497](https://github.com/qlcchain/go-qlc/issues/497))
* verify exist data when generate rewards data
* some rpc interface return incorrect info
* possible NPE
* return all valid pending infos even exception occurs
* getBlockInfo amount param miss
* auto generate receive block may not be correct

### Pull Requests

* Merge pull request [#496](https://github.com/qlcchain/go-qlc/issues/496) from qlcchain/hotfix/verify-rewards-block
* Merge pull request [#494](https://github.com/qlcchain/go-qlc/issues/494) from qlcchain/hotfix/all-pendings
* Merge pull request [#495](https://github.com/qlcchain/go-qlc/issues/495) from qlcchain/hotfix/rpc
* Merge pull request [#493](https://github.com/qlcchain/go-qlc/issues/493) from qlcchain/hotfix/amount-zero
* Merge pull request [#492](https://github.com/qlcchain/go-qlc/issues/492) from qlcchain/feature/autoGenerateReceiveBlock


<a name="v1.2.3"></a>
## [v1.2.3](https://github.com/qlcchain/go-qlc/compare/v1.2.2...v1.2.3) (2019-07-31)

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH)))

# server
SERVERVERSION ?= 1.2.3
SERVERVERSION ?= 1.2.3.1
SERVERBINARY = gqlc
SERVERTESTBINARY = gqlct
SERVERMAIN = cmd/server/main.go

# client
CLIENTVERSION ?= 1.2.3
CLIENTVERSION ?= 1.2.3.1
CLIENTBINARY = gqlcc
CLIENTMAIN = cmd/client/main.go

Expand Down

0 comments on commit 5f6889b

Please sign in to comment.