Skip to content

Commit

Permalink
- Prepare alpha16
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed May 31, 2022
1 parent 4ebb0a1 commit 7767580
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [2.0.0-alpha16] - 31.05.2022

### Fixed
- Removed children API calls from dashboard
- Fixed inx-spammer not working in the docker-example


## [2.0.0-alpha15] - 31.05.2022

### Changes
Expand All @@ -25,7 +32,7 @@ All notable changes to this project will be documented in this file.
### Changes
- Decrease private tangle milestone interval to 5s

### Fix
### Fixed
- Fix snapshot SEP producer deadlock
- Fix inx-participation routes

Expand Down
2 changes: 1 addition & 1 deletion core/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
Name = "HORNET"

// Version of the app.
Version = "2.0.0-alpha15"
Version = "2.0.0-alpha16"
)

func App() *app.App {
Expand Down
2 changes: 1 addition & 1 deletion docker-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

hornet:
image: iotaledger/hornet:2.0.0-alpha15
image: iotaledger/hornet:2.0.0-alpha16
ulimits:
nofile:
soft: 16384
Expand Down

0 comments on commit 7767580

Please sign in to comment.