Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Sep 28, 2023
1 parent b05ea5f commit 175eda8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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]
## [1.1.0] 2023-09-28

### Added

- Added authority claimer service to support reader mode
- Added support to `POST` *inspect state* requests
- Added snapshot validation. The node will now check whether the snapshot's template hash matches the one stored in the blockchain
- Added `PROVIDER_HTTP_ENDPOINT` to advance-runner config
- Added `cartesi/rollups-node` docker image with all node binaries
- Added completion status to GraphQL API

Expand Down Expand Up @@ -280,7 +280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Specific ERC-20 Portal
- Deprecated mock contracts

[Unreleased]: https://github.com/cartesi/rollups/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/cartesi/rollups-node/releases/tag/v1.1.0...HEAD
[1.1.0]: https://github.com/cartesi/rollups-node/releases/tag/v1.1.0
[1.0.2]: https://github.com/cartesi/rollups/releases/tag/v1.0.2
[1.0.1]: https://github.com/cartesi/rollups/releases/tag/v1.0.1
[1.0.0]: https://github.com/cartesi/rollups/releases/tag/v1.0.0
Expand Down

0 comments on commit 175eda8

Please sign in to comment.