Skip to content

Commit

Permalink
chore: releasing version 1.1.1 (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Apr 18, 2024
1 parent ac06475 commit 58d00d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.1](https://github.com/pactus-project/pactus/compare/v1.1.0...v1.1.1) (2024-04-18)

### Feat

- reject direct message from non-supporting agents ([#1225](https://github.com/pactus-project/pactus/pull/1225))

### Fix

- prevent zero stake for bond transactions ([#1227](https://github.com/pactus-project/pactus/pull/1227))

## [1.1.0](https://github.com/pactus-project/pactus/compare/v1.0.0...v1.1.0) (2024-04-14)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var NodeVersion = Version{
Major: 1,
Minor: 1,
Patch: 1,
Meta: "beta",
Meta: "",
}

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

0 comments on commit 58d00d8

Please sign in to comment.