Skip to content

Commit

Permalink
chore: releasing version 0.20.1 (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Jan 16, 2024
1 parent 90536a7 commit 6f60ea3
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.20.1](https://github.com/pactus-project/pactus/compare/v0.20.0...v0.20.1) (2024-01-16)

### Fix

- **consensus**: detect if the system time is behind the network ([#939](https://github.com/pactus-project/pactus/pull/939))

## [0.20.0](https://github.com/pactus-project/pactus/compare/v0.19.0...v0.20.0) (2024-01-11)

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

0 comments on commit 6f60ea3

Please sign in to comment.