diff --git a/CHANGELOG.md b/CHANGELOG.md index af236911f..305cf95e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.2.1 + +* Shanghai fork support with hevm 0.51.3 (#1090) +* Fixed coverage collection for delegatecalls (#1083) +* Added events to JSON output (#1069) +* Changed event sequence to be displayed on new lines (#1079) +* Improved "No tests found in ABI" error message (#1077) +* Refactored code (#1070, #1074) + ## 2.2.0 * Multicore fuzzing (#963, #1033, #1026, #1035) diff --git a/package.yaml b/package.yaml index 04577bc50..e8cf3454e 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.2.0 +version: 2.2.1 # https://github.com/haskell/cabal/issues/4739 ghc-options: -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path