Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG for v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Nov 7, 2022
1 parent 1dd92f3 commit 59a8c0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ 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).

## Unreleased
## [0.10.0] 2022-11-07

### Added

- Auction DApp example
- Echo JS DApp example with easier execution in host mode and support to add NPM dependencies
- Common Contracts (usable by any example) with CartesiNFT contract

### Changed

- Bump server-manager to 0.4.2: fix issue with grpc lib
- Bump rollups to 0.7.0: increase machine deadline

## [0.9.1] 2022-10-04

Expand Down Expand Up @@ -209,6 +216,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.10.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.10.0
[0.9.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.9.1
[0.9.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.9.0
[0.8.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.8.1
Expand Down

0 comments on commit 59a8c0a

Please sign in to comment.