From 42ab88511813c10ca4e769031a1cfbba6b79ae2c Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Mon, 29 Jul 2024 22:35:11 +0200 Subject: [PATCH] chore(changelog.md): update changelogs to specify v19 changes (#2584) --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 4d4f90cd2f..d00533e4c7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## Unreleased +## v19.0.0 + ### Breaking Changes * [2460](https://github.com/zeta-chain/node/pull/2460) - Upgrade to go 1.22. This required us to temporarily remove the QUIC backend from [go-libp2p](https://github.com/libp2p/go-libp2p). If you are a zetaclient operator and have configured quic peers, you need to switch to tcp peers.