From 775504522d30f47127c38828f8fb984bef061132 Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:04:51 -0700 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9370feba..2388f888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/taikoxyz/raiko/compare/v1.3.0...v1.4.0) (2024-11-02) + + +### Features + +* **docs:** use edmm image ([#402](https://github.com/taikoxyz/raiko/issues/402)) ([450eef6](https://github.com/taikoxyz/raiko/commit/450eef6ee7b71adc148d956b2f9dd9725999654f)) +* **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)