diff --git a/CHANGELOG.md b/CHANGELOG.md index 0800c7e..6342f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/). +[0.6.4]: https://github.com/PaulRBerg/prb-test/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/PaulRBerg/prb-test/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/PaulRBerg/prb-test/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/PaulRBerg/prb-test/compare/v0.6.0...v0.6.1 @@ -30,6 +31,12 @@ The format is based on [Common Changelog](https://common-changelog.org/). ### Added +- Mark `activeFork` as `view` ([#35](https://github.com/PaulRBerg/prb-test/pull/35)) + +## [0.6.3] - 2023-09-26 + +### Added + - Add `serializeJson` cheat in `Vm` ([#34](https://github.com/PaulRBerg/prb-test/pull/34)) ## [0.6.2] - 2023-09-25 diff --git a/package.json b/package.json index 8cf5bc1..4901628 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prb/test", "description": "Modern collection of testing assertions and logging utilities for Solidity", - "version": "0.6.3", + "version": "0.6.4", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/PaulRBerg"