# Changelog ## [Unreleased] ## 1.1.0 * [#22438](https://github.com/cosmos/cosmos-sdk/pull/22438) Unexported fields on `In` structs are now silently ignored instead of failing. ## 1.0.0 * [#20540](https://github.com/cosmos/cosmos-sdk/pull/20540) Add support for defining `appconfig` module configuration types using `github.com/cosmos/gogoproto/proto` in addition to `google.golang.org/protobuf` so that users can use gogo proto across their stack. * Move `cosmossdk.io/core/appconfig` to `cosmossdk.io/depinject/appconfig`. ## 1.0.0-alpha.x Depinject is still in alpha stage even though its API is already quite stable. There is no changelog during this stage.