diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf8d4913..a34b6733b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.2.5 + +* Support Ethereum Cancun upgrade (#1317, #1309, #1300) +* Print a warning if an assert isn't hit in assert mode (#1110) +* Add support for vm.label cheatcode when printing call sequences (#1314) +* Coverage during contract deployment (#1304) +* Fix overflow behavior: revert transaction instead of throwing VM error (#1293) +* Documentation (#1298) + ## 2.2.4 * Initial TLOAD/TSTORE support (#1286) diff --git a/package.yaml b/package.yaml index b6732053a..16831696f 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.2.4 +version: 2.2.5 ghc-options: - -O2