diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad8ce76c6ee..0f365ee06342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # CHANGELOG ## vNext +... + +## 0.25.0 - Added CereStats links for users to view blocks, accounts, and validators. ## 0.24.0 diff --git a/package.json b/package.json index 54e216e50502..fd1a57687170 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/polkadot-js/apps.git" }, "sideEffects": false, - "version": "0.24.0", + "version": "0.25.0", "workspaces": [ "packages/*" ],