Skip to content

Commit

Permalink
Merge pull request #30 from bianjieai/sheldon/changelog
Browse files Browse the repository at this point in the history
chore: modify changelog and releases file
  • Loading branch information
taramakage authored Aug 31, 2023
2 parents d40f697 + 0931433 commit 87cdf3b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 9 additions & 7 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 87cdf3b

Please sign in to comment.