From 126955989e26936865d5317074f326036662ab42 Mon Sep 17 00:00:00 2001 From: muXxer Date: Fri, 11 Aug 2023 12:14:07 +0200 Subject: [PATCH] Release v1.2.8 (#1908) --- CHANGELOG.md | 6 ++++++ core/app/app.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7bb706d..ffe812cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/app/app.go b/core/app/app.go index 9a6db4990..cb11cfe36 100644 --- a/core/app/app.go +++ b/core/app/app.go @@ -21,7 +21,7 @@ var ( Name = "HORNET" // Version of the app. - Version = "1.2.7" + Version = "1.2.8" ) var (