Skip to content

Commit

Permalink
chore: releasing version 0.18.4 (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Jan 2, 2024
1 parent e07b1de commit c6aaaea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.18.4](https://github.com/pactus-project/pactus/compare/v0.18.3...v0.18.4) (2024-01-02)

### Feat

- **network**: disabling GosipSub, only FloodSub

## [0.18.3](https://github.com/pactus-project/pactus/compare/v0.18.2...v0.18.3) (2023-12-30)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
major uint = 0
minor uint = 18
patch uint = 4
meta string = "beta"
meta string = ""
protocolVersion uint = 1
)

Expand Down

0 comments on commit c6aaaea

Please sign in to comment.