diff --git a/CHANGELOG.md b/CHANGELOG.md index a22be1795..9c7520f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com). ## [Unreleased] -## [v1.14.0-rc1] - 2023-05-26 +## [v1.14.0] - 2023-06-12 Features: @@ -16,8 +16,9 @@ Bug fixes: * fix: Cancel zero address as the default from address https://github.com/godwokenrises/godwoken/pull/1073 * fix: fix re-syncing race condition https://github.com/godwokenrises/godwoken/pull/1066 * fix: from > to should compare with number type, not string https://github.com/godwokenrises/godwoken/pull/1063 +* Verify raw tx format when send raw transaction https://github.com/godwokenrises/godwoken/pull/1076 -Full Changelog: https://github.com/godwokenrises/godwoken/compare/v1.13.0…v1.14.0-rc1 +Full Changelog: https://github.com/godwokenrises/godwoken/compare/v1.13.0…v1.14.0 ## [v1.13.0] - 2023-04-25