From 7195a4a5e94ca7ab43786698d2547bb18b4d9131 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Thu, 19 Dec 2024 15:51:56 -0800 Subject: [PATCH] release version 1.1.0 Signed-off-by: garyschulte --- CHANGELOG.md | 4 ++++ gradle.properties | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcbe42c..042e436e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog # Unreleased + +# 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) + # 1.0.0 * use latest commit from gnark-crypto with improved subgroup check performance [#221](https://github.com/hyperledger/besu-native/pull/221) diff --git a/gradle.properties b/gradle.properties index 191b2b0e..619a0679 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ -version=1.1.0-SNAPSHOT +version=1.1.0 +