diff --git a/CHANGELOG.md b/CHANGELOG.md index 749a3ed2e..1ae8e6b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.5](https://github.com/pactus-project/pactus/compare/v1.1.4...v1.1.5) (2024-05-29) + +### Feat + +- **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)) + ## [1.1.4](https://github.com/pactus-project/pactus/compare/v1.1.3...v1.1.4) (2024-05-07) ### Fix diff --git a/version/version.go b/version/version.go index d573c9553..7d12e4a29 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ var NodeVersion = Version{ Major: 1, Minor: 1, Patch: 5, - Meta: "beta", + Meta: "", } // These struct follow the semantic versioning 2.0.0 spec (http://semver.org/)