diff --git a/.changeset/entries/746e35e47af0507db333384fe80011d6170bc2c7ffb4c742da6d9d8b2513f586.yaml b/.changeset/entries/746e35e47af0507db333384fe80011d6170bc2c7ffb4c742da6d9d8b2513f586.yaml deleted file mode 100644 index fe57dba456..0000000000 --- a/.changeset/entries/746e35e47af0507db333384fe80011d6170bc2c7ffb4c742da6d9d8b2513f586.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: x/posts -pull_request: 941 -description: Allow to specify start and end indexes of tags and post references even when a post text is stored outside the chain -backward_compatible: true -date: 2022-06-27T12:29:24.898824942Z diff --git a/.changeset/entries/89a6ce8b6e5376c6eef0acd1f6342940216d93fda0dc62b31a84c6b4f791fabe.yaml b/.changeset/entries/89a6ce8b6e5376c6eef0acd1f6342940216d93fda0dc62b31a84c6b4f791fabe.yaml deleted file mode 100644 index 9d458ed24e..0000000000 --- a/.changeset/entries/89a6ce8b6e5376c6eef0acd1f6342940216d93fda0dc62b31a84c6b4f791fabe.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: x/subspaces -pull_request: 945 -description: Allow to specify the section id inside user permissions query -backward_compatible: true -date: 2022-06-28T07:55:24.965455853Z diff --git a/.changeset/entries/a95f200d5bb4f0ae79b9f221e0ef22e7266af1b3064faeca87fcaa56168079f1.yaml b/.changeset/entries/a95f200d5bb4f0ae79b9f221e0ef22e7266af1b3064faeca87fcaa56168079f1.yaml deleted file mode 100644 index 1a0ffdcdd7..0000000000 --- a/.changeset/entries/a95f200d5bb4f0ae79b9f221e0ef22e7266af1b3064faeca87fcaa56168079f1.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: x/profiles -pull_request: 954 -description: Added missing unlink messages WASM parsers -backward_compatible: true -date: 2022-07-04T05:29:58.5106104Z diff --git a/.changeset/entries/e2fa8c09bd5014df0ee3eadc345fd6d139a7196709dd70539791c2154a36a2af.yaml b/.changeset/entries/e2fa8c09bd5014df0ee3eadc345fd6d139a7196709dd70539791c2154a36a2af.yaml deleted file mode 100644 index ef2940132c..0000000000 --- a/.changeset/entries/e2fa8c09bd5014df0ee3eadc345fd6d139a7196709dd70539791c2154a36a2af.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: x/reactions -pull_request: 940 -description: Fixed wrong event types and missing attributes -backward_compatible: true -date: 2022-06-27T12:20:12.588100075Z diff --git a/.changeset/entries/fbe3c507a984b269c88004a4bcde899c907faee6a68ef22cba6fe77b28709132.yaml b/.changeset/entries/fbe3c507a984b269c88004a4bcde899c907faee6a68ef22cba6fe77b28709132.yaml deleted file mode 100644 index 466d758b68..0000000000 --- a/.changeset/entries/fbe3c507a984b269c88004a4bcde899c907faee6a68ef22cba6fe77b28709132.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: x/posts -pull_request: 942 -description: Allow to specify a post tags for content categorization -backward_compatible: false -date: 2022-06-27T13:23:49.582415174Z diff --git a/CHANGELOG.md b/CHANGELOG.md index f8af64dc98..b0596b35ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.1.0 +### Features +#### Posts +- ([\#941](https://github.com/desmos-labs/desmos/pull/941)) Allow to specify start and end indexes of tags and post references even when a post text is stored outside the chain +- ([\#942](https://github.com/desmos-labs/desmos/pull/942)) Allow to specify a post tags for content categorization + +### Bug Fixes +#### Profiles +- ([\#954](https://github.com/desmos-labs/desmos/pull/954)) Added missing unlink messages WASM parsers + +#### Subspaces +- ([\#945](https://github.com/desmos-labs/desmos/pull/945)) Allow to specify the section id inside user permissions query + +#### Reactions +- ([\#940](https://github.com/desmos-labs/desmos/pull/940)) Fixed wrong event types and missing attributes + +#### Reports +- ([\#955](https://github.com/desmos-labs/desmos/pull/955)) Fixed wrong CLI commands naming +- ([\#961](https://github.com/desmos-labs/desmos/pull/961)) Fixed the JSON fields used to deserialize report create and delete report messages received from CosmWASM + +### Dependencies +- ([\#946](https://github.com/desmos-labs/desmos/pull/946)) Updated WASM parser to be compatible with `cosmwasm-std v1.0.0` + ## Version 4.0.1 ### Bug fixes #### Other