From 82460012e3b4e35519050ec79798191498d23651 Mon Sep 17 00:00:00 2001 From: Warren He Date: Fri, 4 Sep 2020 10:42:19 -0700 Subject: [PATCH] changelog: Assemble changes for release 20.9.2 --- .changelog/3192.feature.md | 1 - CHANGELOG.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 .changelog/3192.feature.md diff --git a/.changelog/3192.feature.md b/.changelog/3192.feature.md deleted file mode 100644 index 0746795ab61..00000000000 --- a/.changelog/3192.feature.md +++ /dev/null @@ -1 +0,0 @@ -go/consensus: Add ErrDuplicateTx error for duplicate transactions diff --git a/CHANGELOG.md b/CHANGELOG.md index 4085a942635..7bd7421b7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog]. +## 20.9.2 (2020-09-04) + +### Features + +- go/consensus: Add ErrDuplicateTx error for duplicate transactions + ([#3192](https://github.com/oasisprotocol/oasis-core/issues/3192)) + ## 20.9.1 (2020-08-27) ### Bug Fixes