Breaking changes about the version number: There will be no offcial version v1.0.7, the new released version will start from v1.1.0 following the semver style:
- MAJOR version when the fundamental substrate version of ChainX changes.
- MINOR version when ChainX's (on-chain) Runtime logic changes.
- PATCH version when the other thing changes, e.g., add a new PRC API.
Changes since v1.0.7-beta1:
- Upgrade to ink2.0 and update ChainX contracts module accordingly.