diff --git a/.changelog/3511.internal.md b/.changelog/3511.internal.md deleted file mode 100644 index 631ab6d5f8b..00000000000 --- a/.changelog/3511.internal.md +++ /dev/null @@ -1 +0,0 @@ -rust: bump arc-swap to 0.4.8 diff --git a/.changelog/3604.internal.2.md b/.changelog/3604.internal.2.md deleted file mode 100644 index 4d4ddd63740..00000000000 --- a/.changelog/3604.internal.2.md +++ /dev/null @@ -1 +0,0 @@ -Update smallvec to 0.6.14 diff --git a/.changelog/3638.bugfix.md b/.changelog/3638.bugfix.md deleted file mode 100644 index 64eee35b4bb..00000000000 --- a/.changelog/3638.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/consensus/tendermint: Bump Tendermint Core to fix evidence handling diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9cda04396..5674403128a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,27 @@ The format is inspired by [Keep a Changelog]. +## 20.12.4 (2021-01-19) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 2.0.0 | +| Runtime Host | 1.0.0 | +| Runtime Committee | 1.0.0 | + +### Bug Fixes + +- go/consensus/tendermint: Bump Tendermint Core to fix evidence handling + ([#3638](https://github.com/oasisprotocol/oasis-core/issues/3638)) + +### Internal Changes + +- rust: bump arc-swap to 0.4.8 + ([#3511](https://github.com/oasisprotocol/oasis-core/issues/3511)) + +- Update smallvec to 0.6.14 + ([#3604](https://github.com/oasisprotocol/oasis-core/issues/3604)) + ## 20.12.3 (2020-12-07) | Protocol | Version |