Skip to content

Commit 63d9203

Browse files
authored
Release version 1.4.0 (#285)
Signed-off-by: Simon Dudley <[email protected]>
1 parent 17ea5e9 commit 63d9203

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
# Unreleased
4+
5+
# 1.4.0
46
* perf: add boringssl for p256Verify precompile [#275](https://github.com/hyperledger/besu-native/pull/275)
57
* perf: add higher performing ecrecover-specific entrypoints for secp256k1/r1 [#277](https://github.com/hyperledger/besu-native/pull/277)
68

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You'll need to be sure that gcc, make, autoconf, automake, and libtool are insta
1313
building on Ubuntu or Debian, the following command will install these dependencies for you:
1414

1515
```
16-
sudo apt-get install build-essential automake autoconf libtool patchelf
16+
sudo apt-get install build-essential automake autoconf libtool patchelf cmake
1717
```
1818

1919
### OS X

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.3.2-SNAPSHOT
1+
version=1.4.0

0 commit comments

Comments
 (0)