Skip to content

Commit 7195a4a

Browse files
committed
release version 1.1.0
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent c661681 commit 7195a4a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

33
# Unreleased
4+
5+
# 1.1.0
46
* remove matter-labs BLS12-381 implementation, in favor of gnark and constantine implementations [#225](https://github.com/hyperledger/besu-native/pull/225)
7+
* BLS12: Use mul/add rather than pippengers for low pair count G1/G2 MSM [#226](https://github.com/hyperledger/besu-native/pull/226)
8+
59

610
# 1.0.0
711
* use latest commit from gnark-crypto with improved subgroup check performance [#221](https://github.com/hyperledger/besu-native/pull/221)

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
version=1.1.0-SNAPSHOT
1+
version=1.1.0
2+

0 commit comments

Comments
 (0)