diff --git a/CHANGELOG.md b/CHANGELOG.md index edf8d09b0..23498851d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## TODO +## 2.0.4 + +* Added colored html for coverage output code (#816) +* Fixed crash when parsing solc versions (#835) +* Fixed long transactions and event lines in UI (#832) +* Added Homebrew installation instructions (#848) +* Moved all nix stuff to flake and use nix-bundle-exe for macOS release (#851) +* Updated codebase to GHC 9.0.2 (#846) +* Refactored code and removed useless dependencies (#854, #853, #829, #827, #828) + ## 2.0.3 * Clean up Docker containers (#706) diff --git a/package.yaml b/package.yaml index 60d44256e..2bd465f76 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.0.3 +version: 2.0.4 ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS