From b98219687331fc6c8121d0c0243a49d2427ccd60 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:42:18 -0800 Subject: [PATCH] Update CHANGELOG.md (#17642) * Update CHANGELOG.md * Fix pre-commit markdown lint --------- Co-authored-by: Starttoaster --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ac021e3bb8..563a7ec3c336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for setuptools_scm/PEP 440 reasons. +## 2.2.1 Chia blockchain 2024-03-4 + +### Fixed +* Fixed issue with finding bladebit and madmax plotters in CLI and GUI (thanks @nanofarmer) +* Fixed issue with banning peers due to incorrect `INVALID_TRANSACTIONS_FILTER_HASH` and `INVALID_BLOCK_COST` log errors (#17620) + ## 2.2.0 Chia blockchain 2024-02-28 * Thanks to @bhorvitz for major help debugging a performance issue during coin DB lookup