Skip to content

Commit

Permalink
chore: releasing version 0.15.1 (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Oct 21, 2023
1 parent 3a84c65 commit a29343f
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

## [0.15.1](https://github.com/pactus-project/pactus/compare/v0.15.0...v0.15.1)(2023-10-22)

### Fix

- **consensus**: strong termination for the binary agreement ([#765](https://github.com/pactus-project/pactus/pull/765))
- **consensus**: not increase the voting power on duplicated binary votes ([#762](https://github.com/pactus-project/pactus/pull/762))

## [0.15.0](https://github.com/pactus-project/pactus/compare/v0.13.0...v0.15.0)(2023-10-15)

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

Expand Down

0 comments on commit a29343f

Please sign in to comment.