From 263730e894711d54e3d06a7c7ac4d1dae9a2905c Mon Sep 17 00:00:00 2001 From: Paul Chen Date: Mon, 24 Jun 2024 14:01:23 +0800 Subject: [PATCH] chore: prepare v6.0.1 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR prepares v6.0.1 release ## Checklist - [ ] Targeted PR against correct branch. - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Wrote unit tests. - [ ] Re-reviewed `Files changed` in the Github PR explorer. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbe1ce5..1d7b63d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v6.0.1 + +### Changes +- ([\#121](https://github.com/forbole/juno/pull/121)) Added back authz message handler in worker + # v6.0.0 ### Changes - ([\#107](https://github.com/forbole/juno/pull/107)) Removed SDK codec dependency from remote mode