From 709f63029464f9202f1246809712ea3f99a1fdda Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Tue, 12 Apr 2022 15:51:29 +0200 Subject: [PATCH] chore: release v3.0.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0a26d02..e6d4b7208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version v3.0.1 +### Dependencies +- Updated Juno to `v3.1.1` + ## Version v3.0.0 ### Notes This version introduces breaking changes to `transaction` and `message` PostgreSQL tables. It implements PostgreSQL table partitioning to fix slow data retrieval from database that stores large amount of transactions and messages. Read more details about [migrating to v3.0.0](https://docs.bigdipper.live/cosmos-based/parser/migrations/v2.0.0)