diff --git a/UPGRADING.md b/UPGRADING.md index add7694bdf62..99233c31e2a4 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -34,6 +34,10 @@ Refer to SimApp `root_v2.go` and `root.go` for an example with an app v2 and a l ### Modules +#### `x/group` + +Group was spun out into its own `go.mod`. To import it use `cosmossdk.io/x/group` + #### Params A standalone Go module was created and it is accessible at "cosmossdk.io/x/params".