From 6a926c7814d2f57a14859c37b370258f2bc14b7a Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Mon, 27 Jun 2022 04:33:55 +0200 Subject: [PATCH] chore: release v4.0.0 (#937) ## Description This PR updated the `changeset` entries and `CHANGELOG.md` file for the next v4.0.0 release Depends-On: #936 --- ### 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) --- ...be7f28fd259f3d339ec4f03d8ea741990ec41.yaml | 6 ----- ...3d5a45dacd709daeed3d4d5c247fd178154d1.yaml | 6 ----- ...31ea39143a2223f69ef97e44c347d2528f1c7.yaml | 6 ----- ...0e57cf287522455e702b5855dfbddc5789b7c.yaml | 6 ----- ...db471dcdd82f056579158b3baec1d444fdd6e.yaml | 6 ----- ...6de108f5f76c6636be2235359c8b0c2306ffe.yaml | 6 ----- ...9b5660a0ad227da70dc03061063957e756e9c.yaml | 6 ----- ...a42e72a96c857bae71bf8d2fa09f3077323c2.yaml | 7 ------ CHANGELOG.md | 23 +++++++++++++++++++ 9 files changed, 23 insertions(+), 49 deletions(-) delete mode 100644 .changeset/entries/3489ea7d8448d67973d894bf2c2be7f28fd259f3d339ec4f03d8ea741990ec41.yaml delete mode 100644 .changeset/entries/47aa81d9aa83c20b4f20b877a2b3d5a45dacd709daeed3d4d5c247fd178154d1.yaml delete mode 100644 .changeset/entries/4bd081c55da7be1780b42ddcfcb31ea39143a2223f69ef97e44c347d2528f1c7.yaml delete mode 100644 .changeset/entries/4f5fc33e12f7e7c70e86f7673610e57cf287522455e702b5855dfbddc5789b7c.yaml delete mode 100644 .changeset/entries/72bc29b6f6aec4b3f39cd78f067db471dcdd82f056579158b3baec1d444fdd6e.yaml delete mode 100644 .changeset/entries/8e3d1d3f5bce775b80851d2757f6de108f5f76c6636be2235359c8b0c2306ffe.yaml delete mode 100644 .changeset/entries/f05be9e498c60b54bc0db2bf70d9b5660a0ad227da70dc03061063957e756e9c.yaml delete mode 100644 .changeset/entries/f809a383a5d33cf5b09c719622ba42e72a96c857bae71bf8d2fa09f3077323c2.yaml diff --git a/.changeset/entries/3489ea7d8448d67973d894bf2c2be7f28fd259f3d339ec4f03d8ea741990ec41.yaml b/.changeset/entries/3489ea7d8448d67973d894bf2c2be7f28fd259f3d339ec4f03d8ea741990ec41.yaml deleted file mode 100644 index f78c58b83b..0000000000 --- a/.changeset/entries/3489ea7d8448d67973d894bf2c2be7f28fd259f3d339ec4f03d8ea741990ec41.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: deps -module: none -pull_request: 875 -description: Updated ibc-go to v3.0.0 and wasmd to v0.27.0 -backward_compatible: false -date: 2022-05-26T08:14:55.307849038Z diff --git a/.changeset/entries/47aa81d9aa83c20b4f20b877a2b3d5a45dacd709daeed3d4d5c247fd178154d1.yaml b/.changeset/entries/47aa81d9aa83c20b4f20b877a2b3d5a45dacd709daeed3d4d5c247fd178154d1.yaml deleted file mode 100644 index 13ec3e2389..0000000000 --- a/.changeset/entries/47aa81d9aa83c20b4f20b877a2b3d5a45dacd709daeed3d4d5c247fd178154d1.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: other -pull_request: 822 -description: added cosmwasm msgs and queries parsers for all modules -backward_compatible: true -date: 2022-06-21T13:31:51.986643Z diff --git a/.changeset/entries/4bd081c55da7be1780b42ddcfcb31ea39143a2223f69ef97e44c347d2528f1c7.yaml b/.changeset/entries/4bd081c55da7be1780b42ddcfcb31ea39143a2223f69ef97e44c347d2528f1c7.yaml deleted file mode 100644 index 08a770963e..0000000000 --- a/.changeset/entries/4bd081c55da7be1780b42ddcfcb31ea39143a2223f69ef97e44c347d2528f1c7.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: x/reactions -pull_request: 898 -description: Added the new x/reactions module -backward_compatible: true -date: 2022-06-10T09:58:20.626124304Z diff --git a/.changeset/entries/4f5fc33e12f7e7c70e86f7673610e57cf287522455e702b5855dfbddc5789b7c.yaml b/.changeset/entries/4f5fc33e12f7e7c70e86f7673610e57cf287522455e702b5855dfbddc5789b7c.yaml deleted file mode 100644 index 02764c4283..0000000000 --- a/.changeset/entries/4f5fc33e12f7e7c70e86f7673610e57cf287522455e702b5855dfbddc5789b7c.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: x/subspaces -pull_request: 886 -description: Improved how permissions are managed -backward_compatible: false -date: 2022-06-07T10:03:15.871498535Z diff --git a/.changeset/entries/72bc29b6f6aec4b3f39cd78f067db471dcdd82f056579158b3baec1d444fdd6e.yaml b/.changeset/entries/72bc29b6f6aec4b3f39cd78f067db471dcdd82f056579158b3baec1d444fdd6e.yaml deleted file mode 100644 index 9686a684a6..0000000000 --- a/.changeset/entries/72bc29b6f6aec4b3f39cd78f067db471dcdd82f056579158b3baec1d444fdd6e.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: x/posts -pull_request: 847 -description: Added the new x/posts module -backward_compatible: false -date: 2022-05-13T11:12:11.336881249Z diff --git a/.changeset/entries/8e3d1d3f5bce775b80851d2757f6de108f5f76c6636be2235359c8b0c2306ffe.yaml b/.changeset/entries/8e3d1d3f5bce775b80851d2757f6de108f5f76c6636be2235359c8b0c2306ffe.yaml deleted file mode 100644 index 1c655fe595..0000000000 --- a/.changeset/entries/8e3d1d3f5bce775b80851d2757f6de108f5f76c6636be2235359c8b0c2306ffe.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: x/reports -pull_request: 860 -description: Added the new x/reports module -backward_compatible: true -date: 2022-05-30T09:02:36.66780769Z diff --git a/.changeset/entries/f05be9e498c60b54bc0db2bf70d9b5660a0ad227da70dc03061063957e756e9c.yaml b/.changeset/entries/f05be9e498c60b54bc0db2bf70d9b5660a0ad227da70dc03061063957e756e9c.yaml deleted file mode 100644 index 47e82bfbf3..0000000000 --- a/.changeset/entries/f05be9e498c60b54bc0db2bf70d9b5660a0ad227da70dc03061063957e756e9c.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: feat -module: x/subspaces -pull_request: 866 -description: Added support for subspaces sections -backward_compatible: false -date: 2022-05-18T09:05:33.838945166Z diff --git a/.changeset/entries/f809a383a5d33cf5b09c719622ba42e72a96c857bae71bf8d2fa09f3077323c2.yaml b/.changeset/entries/f809a383a5d33cf5b09c719622ba42e72a96c857bae71bf8d2fa09f3077323c2.yaml deleted file mode 100644 index 9fa5285702..0000000000 --- a/.changeset/entries/f809a383a5d33cf5b09c719622ba42e72a96c857bae71bf8d2fa09f3077323c2.yaml +++ /dev/null @@ -1,7 +0,0 @@ -type: feat -module: x/subspaces -pull_request: 919 -description: Added the ability to create a GenericSubspaceAuthorization to authorize - operations only inside a specific subspace -backward_compatible: true -date: 2022-06-21T09:12:04.850855877Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1f4da782..22e6849651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.0 +### Features +#### Subspaces +- ([\#866](https://github.com/desmos-labs/desmos/pull/866)) Added support for subspaces sections +- ([\#886](https://github.com/desmos-labs/desmos/pull/886)) Improved how permissions are managed +- ([\#919](https://github.com/desmos-labs/desmos/pull/919)) Added the ability to create a GenericSubspaceAuthorization to authorize operations only inside a specific subspace + +#### Posts +- ([\#847](https://github.com/desmos-labs/desmos/pull/847)) Added the new `x/posts` module + +#### Reactions +- ([\#898](https://github.com/desmos-labs/desmos/pull/898)) Added the new `x/reactions` module + +#### Reports +- ([\#860](https://github.com/desmos-labs/desmos/pull/860)) Added the new `x/reports` module + +#### Other +- ([\#822](https://github.com/desmos-labs/desmos/pull/822)) Added CosmWASM messages and queries parsers for all modules +- ([\#919](https://github.com/desmos-labs/desmos/pull/919)) Added proper support for `x/authz` + +### Dependencies +- ([\#875](https://github.com/desmos-labs/desmos/pull/875)) Updated ibc-go to v3.0.0 and wasmd to v0.27.0 + ## Version 3.2.0 ### Bug Fixes #### Supply