From 22e2a120f7f913b7d5626b516f4beca6b69033b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Wed, 7 Oct 2020 11:38:18 +0200 Subject: [PATCH] Assemble changes for release 20.11.1 --- .changelog/3333.internal.md | 1 - .changelog/3348.feature.md | 5 ----- CHANGELOG.md | 22 ++++++++++++++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 .changelog/3333.internal.md delete mode 100644 .changelog/3348.feature.md diff --git a/.changelog/3333.internal.md b/.changelog/3333.internal.md deleted file mode 100644 index aba4fc1079e..00000000000 --- a/.changelog/3333.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: Update to build on macOS diff --git a/.changelog/3348.feature.md b/.changelog/3348.feature.md deleted file mode 100644 index 5c77d8ae2a2..00000000000 --- a/.changelog/3348.feature.md +++ /dev/null @@ -1,5 +0,0 @@ -go/consensus: add last retained block information - -New in the consensus API, the status struct now has information about -the earliest block available on this node. This differs from the -genesis block when pruning is enabled. diff --git a/CHANGELOG.md b/CHANGELOG.md index faf639064ce..9233336ecfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,28 @@ The format is inspired by [Keep a Changelog]. +## 20.11.1 (2020-10-07) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 1.0.0 | +| Runtime Host | 1.0.0 | +| Runtime Committee | 1.0.0 | + +### Features + +- go/consensus: add last retained block information + ([#3348](https://github.com/oasisprotocol/oasis-core/issues/3348)) + + New in the consensus API, the status struct now has information about + the earliest block available on this node. This differs from the + genesis block when pruning is enabled. + +### Internal Changes + +- go: Update to build on macOS + ([#3333](https://github.com/oasisprotocol/oasis-core/issues/3333)) + ## 20.11 (2020-09-23) | Protocol | Version |