diff --git a/CHANGELOG.md b/CHANGELOG.md index 69233f20c..40ef29fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. And this pr ## [Unreleased] +## [v0.25.2] - 2019-10-24 + +- [Fix] Fix Executor's panic when vm memery offset greater then size +- [Fix] Fix duplicate transaction hash in block + ## [v0.25.1] - 2019-07-31 Fix the issue about showing the wrong version. @@ -865,7 +870,8 @@ Release the first version of CITA. [set quota price]: https://docs.citahub.com/zh-CN/cita/system/price [sidechain exit mechanism]: https://docs.nervos.org/cita/#/crosschain/crosschain_contract_example -[Unreleased]: https://github.com/cryptape/cita/compare/v0.25.1...HEAD +[Unreleased]: https://github.com/cryptape/cita/compare/v0.25.2...HEAD +[v0.25.2]: https://github.com/cryptape/cita/compare/v0.25.1...v0.25.2 [v0.25.1]: https://github.com/cryptape/cita/compare/v0.25.0...v0.25.1 [v0.25.0]: https://github.com/cryptape/cita/compare/v0.24.1...v0.25.0 [v0.24.1]: https://github.com/cryptape/cita/compare/v0.24.0...v0.24.1