From 99b6650536a4db7812d09cb7df9b992a6a814945 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul <8294320+gligneul@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:33:43 -0300 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd1f9b66..7748626a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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