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 v3.0.0 #783

Closed
wants to merge 3 commits into from
Closed
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
6 changes: 5 additions & 1 deletion .changeset/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ modules:
description: Posts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this since it's not implemented yet?

- id: x/subspaces
description: Subspaces
- id: none
- id: x/relationships
description: Relationships
- id: other
description: Other
- id: none
description: None

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.

27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,32 @@
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 2.3.1
## Version 3.0.0
### Features
#### Profiles
- ([\#688](https://github.com/desmos-labs/desmos/pull/688)) add support for hex address in chain link
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- ([\#688](https://github.com/desmos-labs/desmos/pull/688)) add support for hex address in chain link
- ([\#688](https://github.com/desmos-labs/desmos/pull/688)) Added support for hex address in chain link

- ([\#708](https://github.com/desmos-labs/desmos/pull/708)) Added support for multisig chain links

#### Subspaces
- ([\#728](https://github.com/desmos-labs/desmos/pull/728)) Added the new `x/subspaces` module

#### Relationships
- ([\#750](https://github.com/desmos-labs/desmos/pull/750)) Split relationships and user blocks into the new x/relationships module

#### Other
- ([\#717](https://github.com/desmos-labs/desmos/pull/717)) Added IBC AnteHandler
- ([\#720](https://github.com/desmos-labs/desmos/pull/720)) Added CosmWasm module

### Bug Fixes
#### Profiles
- ([\#679](https://github.com/desmos-labs/desmos/pull/679)) Fixed the vesting accounts not working after the 2.3.0 upgrade
- ([\#680](https://github.com/desmos-labs/desmos/pull/680)) Fixed the wrong serialization of the AddressData interface when using Amino
- ([\#759](https://github.com/desmos-labs/desmos/pull/759)) Added the emission of missing events

#### Other
- ([\#693](https://github.com/desmos-labs/desmos/pull/693)) Added missing server version

### Dependencies
- ([\#716](https://github.com/desmos-labs/desmos/pull/716)) Updated IBC to v2.0.2
- ([\#769](https://github.com/desmos-labs/desmos/pull/769)) Updated Cosmos SDK to v0.45.1


## Version 2.2.1
Expand Down