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 |