From 2a92c30e710cc327b3d514a26dd51a701f479e31 Mon Sep 17 00:00:00 2001 From: jjy Date: Mon, 12 Jun 2023 10:43:23 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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