Skip to content

Commit

Permalink
Release v1.2.8 (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Aug 11, 2023
1 parent 777ff56 commit 1269559
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.2.8] - 11.08.2023

### Fix
- Fix error while opening pebble databases "L0StopWritesThreshold"


## [1.2.7] - 10.08.2023

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

// Version of the app.
Version = "1.2.7"
Version = "1.2.8"
)

var (
Expand Down

0 comments on commit 1269559

Please sign in to comment.