From 7eea20e2a09e7c3faaea8984a6366a1100c7b70f Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Tue, 14 Jan 2025 19:07:54 +0100 Subject: [PATCH] chore: fix changelogs with unreleased changes (#3351) * chore: fix changelog with unreleased changes * Update changelog.md * Update changelog.md --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1128fda716..4cc4454097 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # CHANGELOG +## unreleased + +### Refactor + +* [3332](https://github.com/zeta-chain/node/pull/3332) - implement orchestrator V2. Move BTC observer-signer to V2 + ## v25.0.0 ### Features @@ -21,7 +27,6 @@ * [3170](https://github.com/zeta-chain/node/pull/3170) - revamp TSS package in zetaclient * [3291](https://github.com/zeta-chain/node/pull/3291) - revamp zetaclient initialization (+ graceful shutdown) * [3319](https://github.com/zeta-chain/node/pull/3319) - implement scheduler for zetaclient -* [3332](https://github.com/zeta-chain/node/pull/3332) - implement orchestrator V2. Move BTC observer-signer to V2 ### Fixes