diff --git a/CHANGELOG.md b/CHANGELOG.md index a31aa61..601b9b6 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.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 [0.6.0]: https://github.com/PaulRBerg/prb-test/compare/v0.5.7...v0.6.0 [0.5.7]: https://github.com/PaulRBerg/prb-test/compare/v0.5.6...v0.5.7 @@ -24,6 +25,12 @@ The format is based on [Common Changelog](https://common-changelog.org/). [0.1.1]: https://github.com/PaulRBerg/prb-test/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/PaulRBerg/prb-test/releases/tag/v0.1.0 +## [0.6.2] - 2023-09-25 + +### Added + +- Sync `Vm` with forge-std v1.6.1 (@PaulRBerg) ([#33](https://github.com/PaulRBerg/prb-test/pull/33)) + ## [0.6.1] - 2023-08-01 ### Added diff --git a/package.json b/package.json index 4e30dba..88a69e5 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.1", + "version": "0.6.2", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/PaulRBerg"