From 8477e336c480d5dec001dab1c8e3a98d69c914b6 Mon Sep 17 00:00:00 2001 From: Mantre Date: Sat, 30 Dec 2023 10:58:47 +0800 Subject: [PATCH] chore: releasing version 0.18.3 (#883) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9296834e..98326f041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.18.3](https://github.com/pactus-project/pactus/compare/v0.18.2...v0.18.3) (2023-12-30) + +### Fix + +- **network**: refining GossipSubParams for Gossiper node ([#882](https://github.com/pactus-project/pactus/pull/882)) +- **sync**: adding sequence number to the bundle ([#881](https://github.com/pactus-project/pactus/pull/881)) +- **network**: turn off mesh for Gossiper node ([#880](https://github.com/pactus-project/pactus/pull/880)) +- **consensus**: check vote-set for CP strong termination ([#879](https://github.com/pactus-project/pactus/pull/879)) +- adding querier to query messages ([#878](https://github.com/pactus-project/pactus/pull/878)) + ## [0.18.2](https://github.com/pactus-project/pactus/compare/v0.18.1...v0.18.2) (2023-12-26) - Supporting Wallet in Dockerfile