Skip to content

Commit

Permalink
chore: releasing version 1.1.5 (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored May 28, 2024
1 parent c76c16e commit bfbdafe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit bfbdafe

Please sign in to comment.