From bc8ddab9e760bca18134105809d1f10f434248f6 Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Fri, 22 Nov 2024 09:21:33 -0300 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b604d3d2..5b661b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,14 +40,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Improvements * [149](https://github.com/babylonlabs-io/finality-provider/pull/149) Remove update of config after `fpd keys add` +* [148](https://github.com/babylonlabs-io/finality-provider/pull/148) Allow command `eotsd keys add` to use +empty HD path to derive new key and use master private key. ## v0.12.0 ### Bug Fixes * [139](https://github.com/babylonlabs-io/finality-provider/pull/139) Ignore voting power not updated error -* [148](https://github.com/babylonlabs-io/finality-provider/pull/148) Allow command `eotsd keys add` to use -empty HD path to derive new key and use master private key. ### Improvements