Skip to content

Commit

Permalink
chore: releasing version 1.1.6 (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored May 30, 2024
1 parent b80d905 commit ed4ce0c
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

## [1.1.6](https://github.com/pactus-project/pactus/compare/v1.1.5...v1.1.6) (2024-05-31)

### Fix

- **consensus**: move to new round on decided vote ([#1293](https://github.com/pactus-project/pactus/pull/1293))

## [1.1.5](https://github.com/pactus-project/pactus/compare/v1.1.4...v1.1.5) (2024-05-30)

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

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

0 comments on commit ed4ce0c

Please sign in to comment.