Skip to content

Commit

Permalink
chore: release v3.1.0 (#864)
Browse files Browse the repository at this point in the history
## Description

This PR prepares the CHANGELOG for `v3.1.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
- [ ] reviewed documentation is accurate
- [x] reviewed tests and test coverage
- [ ] manually tested (if applicable)
  • Loading branch information
RiccardoM authored May 17, 2022
1 parent 1378a77 commit 4286420
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ types:
hide: true

modules:
- id: x/fees
description: Fees
- id: x/profiles
description: Profiles
- id: x/subspaces
description: Subspaces
- id: x/relationships
description: Relationships
- id: x/fees
description: Fees
- id: x/supply
description: Supply
- id: other
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
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 3.1.0
### Features
#### Profiles
- ([\#793](https://github.com/desmos-labs/desmos/pull/793)) Added the ability to reverse search application links and chain links

#### Fees
- ([\#796](https://github.com/desmos-labs/desmos/pull/796)) Added the new `x/fees` module

#### Supply
- ([\#782](https://github.com/desmos-labs/desmos/pull/782)) Added the new `x/supply` module

### Bug Fixes
#### Profiles
- ([\#831](https://github.com/desmos-labs/desmos/pull/831)) Renamed the `dtag_transfer_requests` REST endpoint to `dtag-transfer-requests`
- ([\#832](https://github.com/desmos-labs/desmos/pull/832)) Fixed the CLI commands expected number of arguments
- ([\#840](https://github.com/desmos-labs/desmos/pull/840)) Added missing profiles query commands

#### Subspaces
- ([\#801](https://github.com/desmos-labs/desmos/pull/801)) Added permissions sanitization
- ([\#802](https://github.com/desmos-labs/desmos/pull/802)) Made it not possible for users to set their own permissions
- ([\#805](https://github.com/desmos-labs/desmos/pull/805)) Added missing required permission when creating user groups
- ([\#815](https://github.com/desmos-labs/desmos/pull/815)) Fixed wrong Proto files notations and added missing CLI commands
- ([\#849](https://github.com/desmos-labs/desmos/pull/849)) Added correct Amino encoding support

#### Relationships
- ([\#838](https://github.com/desmos-labs/desmos/pull/838)) Replaced store keys to use less disk space

#### Other
- ([\#829](https://github.com/desmos-labs/desmos/pull/829)) Added missing events and events attributes

### Dependencies
- ([\#812](https://github.com/desmos-labs/desmos/pull/812)) Updated CosmWASM to v1.0.0-beta10
- ([\#844](https://github.com/desmos-labs/desmos/pull/844)) Updated Cosmos SDK to v0.45.5

## Version 3.0.1
### Bug Fixes
#### Other
Expand Down

0 comments on commit 4286420

Please sign in to comment.