From e17db7c5ba3a845328bbdf56b980133a9d1e2088 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Wed, 6 Dec 2023 10:26:44 -0500 Subject: [PATCH] chore: release v6.3.0 (#1275) ## Description This PR prepares the code to release the new `v6.3.0` version of the software. --- ### 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... - [ ] 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 - [ ] 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) - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] 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... - [ ] 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 - [ ] confirmed all author checklist items have been addressed - [ ] reviewed state machine logic - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) --- ...aff9f8087f2bec00848fe16a18b4df0b32daa4b367a0b47e.yaml | 6 ------ ...9591599825f4359c58beafd9e78997cba09b2773d8aca3b2.yaml | 6 ------ ...584deb38c00a66cf7b9dfb362652d34a38e770f3fdd562ba.yaml | 6 ------ CHANGELOG.md | 9 +++++++++ 4 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 .changeset/entries/5e3de82a61f2f937aff9f8087f2bec00848fe16a18b4df0b32daa4b367a0b47e.yaml delete mode 100644 .changeset/entries/a5d4d8510e8e501b9591599825f4359c58beafd9e78997cba09b2773d8aca3b2.yaml delete mode 100644 .changeset/entries/db2cea9b9718efd4584deb38c00a66cf7b9dfb362652d34a38e770f3fdd562ba.yaml diff --git a/.changeset/entries/5e3de82a61f2f937aff9f8087f2bec00848fe16a18b4df0b32daa4b367a0b47e.yaml b/.changeset/entries/5e3de82a61f2f937aff9f8087f2bec00848fe16a18b4df0b32daa4b367a0b47e.yaml deleted file mode 100644 index f1dbf6b937..0000000000 --- a/.changeset/entries/5e3de82a61f2f937aff9f8087f2bec00848fe16a18b4df0b32daa4b367a0b47e.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: deps -module: none -pull_request: 1273 -description: Updated `github.com/CosmWasm/wasmd` to `v0.45.0` -backward_compatible: false -date: 2023-12-06T14:53:53.99804948Z diff --git a/.changeset/entries/a5d4d8510e8e501b9591599825f4359c58beafd9e78997cba09b2773d8aca3b2.yaml b/.changeset/entries/a5d4d8510e8e501b9591599825f4359c58beafd9e78997cba09b2773d8aca3b2.yaml deleted file mode 100644 index a6e8231170..0000000000 --- a/.changeset/entries/a5d4d8510e8e501b9591599825f4359c58beafd9e78997cba09b2773d8aca3b2.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: deps -module: other -pull_request: 1266 -description: Bump github.com/CosmWasm/wasmd to 0.44.0 -backward_compatible: true -date: 2023-11-09T09:16:42.923853549Z diff --git a/.changeset/entries/db2cea9b9718efd4584deb38c00a66cf7b9dfb362652d34a38e770f3fdd562ba.yaml b/.changeset/entries/db2cea9b9718efd4584deb38c00a66cf7b9dfb362652d34a38e770f3fdd562ba.yaml deleted file mode 100644 index d2778dd962..0000000000 --- a/.changeset/entries/db2cea9b9718efd4584deb38c00a66cf7b9dfb362652d34a38e770f3fdd562ba.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: x/profiles -pull_request: 1270 -description: Replace missing interfaces to `x/profiles` module protobuf codec into app codec -backward_compatible: true -date: 2023-12-01T08:06:01.010353464Z diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe4c1df71..e3f41c6107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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 6.3.0 +### Bug Fixes +#### Profiles +- ([\#1270](https://github.com/desmos-labs/desmos/pull/1270)) Fixed missing interfaces inside the codec used by the `x/profiles` module + +### Dependencies +#### Other +- ([\#1273](https://github.com/desmos-labs/desmos/pull/1273)) Updated `wasmd` to `v0.45.0` + ## Version 6.2.0 ### Bug Fixes #### Profiles