Backport/v1.0.1 changelog and version bump (#1070)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Chris Mckay 6 years ago committed by GitHub
parent cb0c9e49f5
commit c31a6111c0
  1. 9
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,5 +1,14 @@
# Changelog
## 1.0.1
Public key address export subcommand was missing in 1.0 release.
### Additions and Improvements
- Added `public-key export-address` subcommand [\#888](https://github.com/PegaSysEng/pantheon/pull/888)
- Documentation update for the [`public-key export-address`](https://docs.pantheon.pegasys.tech/en/latest/Reference/Pantheon-CLI-Syntax/#public-key) subcommand.
- Updated [IBFT 2.0 overview](https://docs.pantheon.pegasys.tech/en/latest/Consensus-Protocols/IBFT/) to include use of `rlp encode` command and information on setting IBFT 2.0 properties to achieve your desired block time.
## 1.0
### Additions and Improvements

@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1g
version=1.0.1-SNAPSHOT
version=1.0.2-SNAPSHOT

Loading…
Cancel
Save