From a02ce38eca572f6bcd224826b382349027ed47b0 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Mon, 24 Oct 2022 11:48:24 -0500 Subject: [PATCH] chore: release v4.6.2 --- ...8d05d053e2b774a226e9f7f912e4118cbb50e9d1b22b4f641c6.yaml | 6 ------ CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changeset/entries/d53e0f53f940f8d05d053e2b774a226e9f7f912e4118cbb50e9d1b22b4f641c6.yaml diff --git a/.changeset/entries/d53e0f53f940f8d05d053e2b774a226e9f7f912e4118cbb50e9d1b22b4f641c6.yaml b/.changeset/entries/d53e0f53f940f8d05d053e2b774a226e9f7f912e4118cbb50e9d1b22b4f641c6.yaml deleted file mode 100644 index 59b9083eb6..0000000000 --- a/.changeset/entries/d53e0f53f940f8d05d053e2b774a226e9f7f912e4118cbb50e9d1b22b4f641c6.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: other -pull_request: 1028 -description: Fixed the export command not running properly in some cases -backward_compatible: true -date: 2022-10-24T16:41:33.088859295Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 93088eef6a..c90b7a4aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). --> +## Version 4.6.2 +### Bug Fixes +#### Other +- ([\#1028](https://github.com/desmos-labs/desmos/pull/1028)) Fixed the export command not running properly in some cases + ## Version 4.6.1 ### Build - ([\#1026](https://github.com/desmos-labs/desmos/pull/1026)) Updated `wasmvm` to `v1.1.1`