From 16dec9a1d0f4beed0cd21d9fad0c53807c267727 Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:36:00 -0700 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9370feba..b33b3c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/taikoxyz/raiko/compare/v1.3.0...v1.4.0) (2024-10-31) + + +### Features + +* **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)