This should be non consensus-breaking, but you will need to blow away the wasm cache.
# stop your node
systemctl stop juno
# Remove your wasm data cache - (per https://github.com/CosmWasm/wasmvm/issues/426)
rm -rf $HOME/.juno/data/wasm/cache/
# Download the latest version
cd juno
git fetch --tags && git checkout v14.1.0
make build && make install
junod version --long
# this will return commit e57bc002ac3d27457e304985a4cd8445a2580172
# if using visor
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v14/bin
# start the node back up
systemctl start juno
What's Changed
- Fix docker image creation for mainnet releases by @Reecepbcups in #638
- (chore): bump mev-tendermint to v0.34.27-mev.18 by @bpiv400 in #639
- chore: bump wasmvm by @the-frey in #642
Full Changelog: v14.0.0...v14.1.0