Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v4.1.0 #962

Merged
merged 4 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down