From 8414d434a31eb07fd402afe796ce57235dfd6b98 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Thu, 9 Jan 2025 22:19:48 +0100 Subject: [PATCH] Fix typo CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7b63d5..354ba02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Database - ([\#110](https://github.com/forbole/juno/pull/110)) Fixed initialization of involved account addresses slice -- ([\#114](https://github.com/forbole/juno/pull/114)) Changed colum type from JSON into JSONB for message-related field +- ([\#114](https://github.com/forbole/juno/pull/114)) Changed column type from JSON into JSONB for message-related field ### Dependencies - ([\#119](https://github.com/forbole/juno/pull/119)) Updated cosmos-sdk to v0.50.x