Skip to content

Commit

Permalink
bugfix release 1.1.1 (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte authored Dec 20, 2024
1 parent 4ab24cc commit ecdab3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Unreleased

# 1.1.1
bug fix release
* Ensure output length is set for low pair count MSM [#231](https://github.com/hyperledger/besu-native/pull/231)

# 1.1.0
* remove matter-labs BLS12-381 implementation, in favor of gnark and constantine implementations [#225](https://github.com/hyperledger/besu-native/pull/225)
* BLS12: Use mul/add rather than pippengers for low pair count G1/G2 MSM [#226](https://github.com/hyperledger/besu-native/pull/226)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.1.1-SNAPSHOT
version=1.1.1

0 comments on commit ecdab3b

Please sign in to comment.