diff --git a/docs/protocol/index.md b/docs/protocol/index.md index 7c30eea3c..b1067802a 100644 --- a/docs/protocol/index.md +++ b/docs/protocol/index.md @@ -38,3 +38,4 @@ Please note this list is only maintained post 0.8.0. | ---------------------------- | --------------- | ------------------ | ----------------------------------- | | 0.8.0 | 2.0-beta | `0` | Initial release of Skyhash/2 (beta) | | 0.8.1 | 2.0-beta | `0` | | +| 0.8.2 | 2.0-beta | `0` | | diff --git a/docusaurus.config.js b/docusaurus.config.js index c5d9136bf..2009fe1cd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -125,7 +125,7 @@ module.exports = { lastVersion: 'current', versions: { current: { - label: '0.8.1', + label: '0.8.2', path: '/', } },