From aec1a3beb67397ba089b65cec98b3dc60c2b29c7 Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Mon, 30 Mar 2026 08:38:00 -0500 Subject: [PATCH] docs(upgrade): add changelog entry for v2.0.0 Signed-off-by: Artur Troian --- upgrades/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/upgrades/CHANGELOG.md b/upgrades/CHANGELOG.md index b5400ee1e..3e59cefa5 100644 --- a/upgrades/CHANGELOG.md +++ b/upgrades/CHANGELOG.md @@ -40,6 +40,23 @@ Goal of the upgrade here Add new upgrades after this line based on the template above ----- +##### v2.0.0 + +###### Description + +- Stores + - added + - `epochs` + - `oracle` + - `awasm` + - `wasm` + - `bme` + - deleted + - `take` + +- Migrations + - deployment `6 -> 7` + ##### v1.2.0 1. Migrate deployment and market module stores from manual KVStore key encoding to cosmossdk.io/collections.IndexedMap,