From 38bb5c31ccaa11c8765a493b968ae4254273d44b Mon Sep 17 00:00:00 2001 From: Mantre Date: Wed, 29 May 2024 18:45:26 +0800 Subject: [PATCH] chore: releasing version 1.1.5 (#1289) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae8e6b74..ab6d21c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - **network**: define config for rate limit threshold ([#1284](https://github.com/pactus-project/pactus/pull/1284)) - **network**: ratelimit gossip for prevent spamming ([#1283](https://github.com/pactus-project/pactus/pull/1283)) +### Fix + +- proposal basic checks deferred to consensus ([#1288](https://github.com/pactus-project/pactus/pull/1288)) +- rejected spam tx for same from and to ([#1287](https://github.com/pactus-project/pactus/pull/1287)) + ## [1.1.4](https://github.com/pactus-project/pactus/compare/v1.1.3...v1.1.4) (2024-05-07) ### Fix