diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bed156..fd10690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2] - 2024-12-25 + ### Fixed - Callgraph: Don't add state write effects when changing local maps/strings/cells - Regression in the single-contract mode execution: Issue [#233](https://github.com/nowarp/misti/issues/233) diff --git a/package.json b/package.json index 29dc5f4..0dcfa0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowarp/misti", - "version": "0.6.1", + "version": "0.6.2", "repository": { "type": "git", "url": "git+https://github.com/nowarp/misti.git"