From 8a3656ced903fbf2cb03dfb965f4b385a92bdbdf Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:24:57 -0800 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9370feba..fb1d4fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.0](https://github.com/taikoxyz/raiko/compare/v1.3.0...v1.4.0) (2024-11-04) + + +### Features + +* **docs:** use edmm image ([#402](https://github.com/taikoxyz/raiko/issues/402)) ([450eef6](https://github.com/taikoxyz/raiko/commit/450eef6ee7b71adc148d956b2f9dd9725999654f)) +* **raiko:** multi blocks in one proposal tx ([#403](https://github.com/taikoxyz/raiko/issues/403)) ([d85cb13](https://github.com/taikoxyz/raiko/commit/d85cb13675604ecd75cf373b41576d3b146e7e14)) +* **raiko:** redis db implementation for sharing proof between cloud instances. ([#389](https://github.com/taikoxyz/raiko/issues/389)) ([14b15e6](https://github.com/taikoxyz/raiko/commit/14b15e68aa986840f1ffcd64704c4a22f4e73aa6)) + + +### Bug Fixes + +* **raiko:** fix task db report and docker image build ([#400](https://github.com/taikoxyz/raiko/issues/400)) ([54291f3](https://github.com/taikoxyz/raiko/commit/54291f364132832a7462edceffdb8c44ac9d3de9)) + ## [1.3.0](https://github.com/taikoxyz/raiko/compare/v1.2.0...v1.3.0) (2024-10-23)