Skip to content

Commit

Permalink
chore: release v4.4.0 (#1001)
Browse files Browse the repository at this point in the history
## Description

This PR prepares the changelog to release `v4.4.0`.



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/desmos-labs/desmos/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://docs.cosmos.network/v0.44/building-modules/intro.html)
- [ ] included the necessary unit and integration [tests](https://github.com/desmos-labs/desmos/blob/master/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [x] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [x] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [x] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
  • Loading branch information
RiccardoM authored Sep 2, 2022
1 parent d396c54 commit 733827d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 24 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
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.4.0
### Features
#### Posts
- ([\#998](https://github.com/desmos-labs/desmos/pull/998)) Allow to set the permission to only comment content

### Bug Fixes
#### Profiles
- ([\#986](https://github.com/desmos-labs/desmos/pull/986)) Added missing WASM support for default external address messages

### Dependencies
- ([\#988](https://github.com/desmos-labs/desmos/pull/988)) Updated wasmd to `v0.28.0`
- ([\#1000](https://github.com/desmos-labs/desmos/pull/1000)) Updated Cosmos SDK to `v0.45.8`

## Version 4.3.0
### Bug Fixes
#### Profiles
Expand Down

0 comments on commit 733827d

Please sign in to comment.