diff --git a/CHANGELOG.md b/CHANGELOG.md index 04dbdee..b37778d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,27 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Bug Fixes +## [v1.1.2] + +### API Breaking + +* [\#16](https://github.com/bianjieai/nft-transfer/pull/16) return the sequence of packet in `MsgTransferResponse`. + +### Improvements + +* [\#11](https://github.com/bianjieai/nft-transfer/pull/11) adjust the verification order of nft. + +### Features + +* [\#13](https://github.com/bianjieai/nft-transfer/pull/13) add params to control whether the module is enabled +* [\#18](https://github.com/bianjieai/nft-transfer/pull/13) add params query api + +### Bug Fixes + +* [\#12](https://github.com/bianjieai/nft-transfer/pull/12) fix `critical vulnerability allows attacker to take control of any NFT`. +* [\#19](https://github.com/bianjieai/nft-transfer/pull/19) fix `delete redundant parameters of the params command`. +* [\#27](https://github.com/bianjieai/nft-transfer/pull/27) fix `allow value with slashes in URL template`. + ## [v1.1.2-beta] ### API Breaking diff --git a/RELEASES.md b/RELEASES.md index dda6b07..1cd6c1e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -91,12 +91,14 @@ As rule of thumb, the following changes will **NOT** be automatically accepted i - **API-breaking changes**, i.e. changes that prevent client applications to *build without modifications* to the client application's source code. - **CLI-breaking changes**, i.e. changes that require usage changes for CLI users. -## Version matrix +## Version rules -Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently active releases: +Version rules are used to determine the version of a module. -| Go | nft-transfer | ibc-go | Cosmos SDK | Tendermint | -| ---- | ------------ | ------ | ---------- | ---------- | -| 1.18 | v1.1.1-beta | v5.0.1 | v0.46.3 | v0.34.22 | -| 1.18 | v1.1.0-beta | v5.0.1 | v0.46.3 | v0.34.22 | -| 1.18 | v1.0.0-beta | v5.0.1 | v0.46.3 | v0.34.22 | +The rules defined by the version are: **v{nft-transfer-version}-ibc-{ibc-version}** + +example: + +| nft-transfer | ibc-go | +|-------------------| ------ | +| v1.1.2-ibc-v5.0.1 | v5.0.1 |