Skip to content

Commit

Permalink
Merge pull request #47 from gohornet/prepare-release
Browse files Browse the repository at this point in the history
Prepare release v0.2.7
  • Loading branch information
muXxer authored Dec 16, 2019
2 parents 502ab21 + 45132e5 commit 73340bc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [0.2.7] - 17.12.2019

### Added

- Version printout `--version`

### Changed

- WorkerPools don't get flushed at shutdown by default
- Import spent addresses in smaller batches
- Faster syncing

### Fixed

- RequestQueue never got empty if the cache overflowed
- Several shutdown problems
- Issue were only tail tx of a bundle got confirmed
- Status report was still active during shutdown
- Future cone solidifier got stuck, causing the node to become unsync

## [0.2.6] - 16.12.2019

### Changed
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var (
// AppVersion version number
AppVersion = "0.2.6"
AppVersion = "0.2.7"

// AppName app code name
AppName = "HORNET"
Expand Down

0 comments on commit 73340bc

Please sign in to comment.