Skip to content

Commit

Permalink
Fixed the docs and added the CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed May 26, 2020
1 parent 00f299b commit 67cc2f5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.5.2
## Bug fixes
- Fixed a bug that caused the state export to fail due to [cosmos/cosmos-sdk#6280](https://github.com/cosmos/cosmos-sdk/issues/6280)

# Version 0.5.1
## Bug fixes
- Fixed a bug that caused users to be unable to add more than one reaction to the same post
Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ module.exports = {
title: "Updates",
collapsable: true,
children: [
["validators/updates/v0.3.1", "Version v0.3.1"],
["validators/updates/v0.5.0", "Version v0.5.0"],
["validators/updates/v0.6.0", "Version v0.6.0"],
["validators/updates/v0.3.1", "Version 0.3.1"],
]
}
]
Expand All @@ -113,7 +111,9 @@ module.exports = {
title: "Migrations",
collapsable: true,
children: [
["migrations/v0.3.0", "Migrate to version 0.3.0"]
["migrations/0.3.0", "Migrate to version 0.3.0"],
["migrations/0.5.0", "Migrate to version 0.5.0"],
["migrations/0.6.0", "Migrate to version 0.6.0"],
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/migrations/v0.3.0.md → docs/migrations/0.3.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version v0.3.0 migration
# Version 0.3.0 migration
While updating you software from version `0.2.0` (or below) to `0.3.0` (or above), you will need to perform some required actions.

If you do not manage a validator node, please refer only to the ["*Users*" instructions](#users). However, if you do manage one please also read the ["*Validators*" instructions](#validators). Finally, if you are a developer refer also to the ["*Developers*" instructions](#developers)
Expand Down
2 changes: 1 addition & 1 deletion docs/migrations/v0.5.0.md → docs/migrations/0.5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version v0.5.0 migration
# Version 0.5.0 migration
While updating you software from version `v0.4.0` (or below) to `v0.5.0` (or later), you will need to perform some required actions.

## Validators
Expand Down
2 changes: 1 addition & 1 deletion docs/migrations/v0.6.0.md → docs/migrations/0.6.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version v0.6.0 migration
# Version 0.6.0 migration
While updating from version `v0.5.2` (or below) to version `v0.6.0` (or above), there are some required actions that need to be performed.

## Validators
Expand Down

0 comments on commit 67cc2f5

Please sign in to comment.