diff --git a/CHANGELOG.md b/CHANGELOG.md index d2aa0641..73c2e982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.14.0] 2023-04-04 +## [0.15.0] 2023-06-27 ### Added -- Support for Node.js and adaptation of Echo JS DApp to use it +- Support for machine snapshots +- Support for sepolia testnet +- SimpleERC20 contract in common-contracts +- Setup script for Auction DApp + +### Changed -## [Unreleased] +- Adapt all DApps to rollups 0.9.1 +- Reproducible builds using `docker-riscv` for DApps that do not compile code +- Renamed common-contracts CartesiNFT contract to SimpleERC721 +- Bump machine-emulator-tools to 0.11.0 +- Bump toolchain to 0.14.0 +- Bump rootfs to 0.17.0 +- Bump rom to 0.16.0 +- Bump server-manager to 0.7.0 + +## [0.14.0] 2023-04-04 ### Added -- Added support to machine snapshots +- Support for Node.js and adaptation of Echo JS DApp to use it ## [0.13.0] 2023-03-10 @@ -286,6 +300,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove machine-emulator-tools submodule - Remove openapi-interfaces submodule +[0.15.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.15.0 [0.14.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.14.0 [0.13.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.13.0 [0.12.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.12.0 diff --git a/echo-js/package.json b/echo-js/package.json index 29d79af2..40cdf795 100644 --- a/echo-js/package.json +++ b/echo-js/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/echo-dapp", - "version": "0.14.0", + "version": "0.15.0", "description": "Cartesi Echo JS DApp", "dependencies": { "ethers": "^5.5.4" diff --git a/frontend-console/package.json b/frontend-console/package.json index 2b00b39e..d4fd69ca 100644 --- a/frontend-console/package.json +++ b/frontend-console/package.json @@ -1,6 +1,6 @@ { "name": "frontend-console", - "version": "0.14.0", + "version": "0.15.0", "description": "Simple console front-end for Cartesi DApp", "author": "Danilo Tuler ", "license": "Apache-2.0", diff --git a/frontend-echo/package.json b/frontend-echo/package.json index 7bd4336c..39b8adc4 100644 --- a/frontend-echo/package.json +++ b/frontend-echo/package.json @@ -1,6 +1,6 @@ { "name": "frontend-echo", - "version": "0.14.0", + "version": "0.15.0", "private": true, "dependencies": { "@apollo/client": "^3.7.13",