diff --git a/.changelog/2945.bugfix.md b/.changelog/2945.bugfix.md deleted file mode 100644 index 82f420ad026..00000000000 --- a/.changelog/2945.bugfix.md +++ /dev/null @@ -1,5 +0,0 @@ -go/staking: Relax account identifier sanity check added in 20.6.1 - -Version 20.6.1 introduced an additional sanity check for account identifier -validity, but this actually breaks some existing deployments. This revert -makes the checks consistent with 20.6 behavior. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8515ee82567..72129ed1e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ The format is inspired by [Keep a Changelog]. +## 20.6.2 (2020-05-27) + +### Bug Fixes + +- go/staking: Relax account identifier sanity check added in 20.6.1 + ([#2945](https://github.com/oasislabs/oasis-core/issues/2945)) + + Version 20.6.1 introduced an additional sanity check for account identifier + validity, but this actually breaks some existing deployments. This revert + makes the checks consistent with 20.6 behavior. + ## 20.6.1 (2020-05-22) ### Features