diff --git a/.changelog/2558.bugfix.md b/.changelog/2558.bugfix.md deleted file mode 100644 index ac7c3ace079..00000000000 --- a/.changelog/2558.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Don't allow duplicate P2P connections from the same IP by default. diff --git a/.changelog/2559.trivial.md b/.changelog/2559.trivial.md deleted file mode 100644 index b4a6dfbdde9..00000000000 --- a/.changelog/2559.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Release tooling improvements diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d348d9fe4f..848738bd32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ The format is inspired by [Keep a Changelog]. +## 20.1.1 (2020-01-16) + +### Bug Fixes + +- Don't allow duplicate P2P connections from the same IP by default. + ([#2558](https://github.com/oasislabs/oasis-core/issues/2558)) + + ## 20.1 (2020-01-14) ### Features