From e5716dd9db839a75d39c98b3856b29a9226a7a76 Mon Sep 17 00:00:00 2001 From: Luca Moser Date: Fri, 2 Jul 2021 10:48:05 +0200 Subject: [PATCH] Release 1.0.3 (#1135) --- CHANGELOG.md | 9 +++++++++ core/app/app.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ae97f6c..01c19ae79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.0.3] - 02.06.2021 + +### Added + - A new public key applicable for milestone ranges between 552960-2108160 + +### Changed + - Increases the WarpSync advancement range to 10k which allows nodes to resync even if + they already stored the milestone for which they lacked the applicable public key beforehand. + ## [1.0.2] - 28.05.2021 ### Added diff --git a/core/app/app.go b/core/app/app.go index 20454a363..4b53b3fd4 100644 --- a/core/app/app.go +++ b/core/app/app.go @@ -20,7 +20,7 @@ var ( Name = "HORNET" // Version of the app. - Version = "1.0.2" + Version = "1.0.3" ) var (