From 9deabbe45dbd8f17d7b2fbc97ea9abb96f8640f6 Mon Sep 17 00:00:00 2001 From: Tomas Tauber <2410580+tomtau@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:37:07 +0800 Subject: [PATCH] Problem: changelog not updated (#624) Solution: added an entry for the latest testnet binaries --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37c0d162..c87caa3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +*August 13, 2021* + +## v3.0.0-croeseid +This version is meant for the future testnet. It is based on IBC 1.0 and Cosmos SDK 0.43.0 which +contain several new features (such as the feegrant and authz modules), bug fixes (such as the vesting account bug fix) +and breaking changes. For more details, please see the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.43.0) +and [ibc-go](https://github.com/cosmos/ibc-go/releases/tag/v1.0.0) release notes. +*WARNING*: DO NOT upgrade to this binary on the existing testnets yet; instructions are going to be published later +on https://crypto.org/docs/getting-started/. + *August 6, 2021* ## v2.1.2