diff --git a/CHANGELOG.md b/CHANGELOG.md index aa39368..eeb2420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3] - 2024-01-31 +### Changed +- Updated to `machine-emulator 0.15.3` + ## [0.9.2] - 2023-08-21 ### Changed - Fixed `0.9.0` CHANGELOG @@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [0.2.0] - [0.1.0] -[Unreleased]: https://github.com/cartesi/machine-solidity-step/compare/v0.9.2...HEAD +[Unreleased]: https://github.com/cartesi/machine-solidity-step/compare/v0.9.3...HEAD +[0.9.3]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.3 [0.9.2]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.2 [0.9.1]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.1 [0.9.0]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.0 diff --git a/package.json b/package.json index 7698241..a600848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/machine-solidity-step", - "version": "0.9.2", + "version": "0.9.3", "description": "Machine Solidity UArch Interpret", "repository": { "type": "git",