Skip to content

Commit

Permalink
chore: releasing version 1.1.8 (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Jun 2, 2024
1 parent 0b2ed3b commit c583aa7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.1.8](https://github.com/pactus-project/pactus/compare/v1.1.7...v1.1.8) (2024-06-02)

### Feat

- **firewall**: define rate limit for network topics ([#1308](https://github.com/pactus-project/pactus/pull/1308))

### Fix

- set fix fee 0.1 PAC for transactions ([#1315](https://github.com/pactus-project/pactus/pull/1315))
- **consensus**: add round to query proposal message ([#1314](https://github.com/pactus-project/pactus/pull/1314))
- **firewall**: block peer base on blacklisted CIDR ([#1309](https://github.com/pactus-project/pactus/pull/1309))
- **consensus**: reduce ChangeProposerTimeout to 6 seconds ([#1311](https://github.com/pactus-project/pactus/pull/1311))
- **sync**: define rate limit for query vote and proposal ([#1310](https://github.com/pactus-project/pactus/pull/1310))
- decerease to 100 maximum transaction per block ([#1306](https://github.com/pactus-project/pactus/pull/1306))
- consume message first then ignore on ratelimit ([#1304](https://github.com/pactus-project/pactus/pull/1304))

## [1.1.7](https://github.com/pactus-project/pactus/compare/v1.1.6...v1.1.7) (2024-06-01)

### Feat
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: 8,
Meta: "beta",
Meta: "",
}

// These struct follow the semantic versioning 2.0.0 spec (http://semver.org/)
Expand Down

0 comments on commit c583aa7

Please sign in to comment.