Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #838 from silasdavis/develop
Browse files Browse the repository at this point in the history
Fix duplicated docs
  • Loading branch information
Casey Kuhlman authored Jul 24, 2018
2 parents aba7896 + 126f854 commit 6c55637
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hyperledger Burrow Changelog
## Version 0.20.0
This is a major (pre-1.0.0) release that brings upgrades, and new grpc services.
This is a major (pre-1.0.0) release that introduces the ability to change the validator set through GovTx, transaction execution history, and fuller GRPC endpoint.

#### Breaking changes
- Address format has been changed (by Tendermint and we have followed suite) - conversion is possible but simpler to regenerated keys
Expand All @@ -21,6 +21,8 @@ This is a major (pre-1.0.0) release that brings upgrades, and new grpc services.
#### Bug fixes
- Fixed panic on nil bounds for blocks service



## Version 0.19.0
This is a major (pre-1.0.0) release that brings upgrades, safety improvements, cloud configuration, and GRPC endpoints to Burrow.

Expand Down
4 changes: 4 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is a major (pre-1.0.0) release that introduces the ability to change the validator set through GovTx, transaction execution history, and fuller GRPC endpoint.

#### Breaking changes
- Address format has been changed (by Tendermint and we have followed suite) - conversion is possible but simpler to regenerated keys
- JSON-RPC interface has been removed
Expand All @@ -16,3 +18,5 @@

#### Bug fixes
- Fixed panic on nil bounds for blocks service


2 changes: 1 addition & 1 deletion project/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func FullVersion() string {
// release tagging script: ./scripts/tag_release.sh
var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow").MustDeclareReleases(
"0.20.0",
`This is a major (pre-1.0.0) release that brings upgrades, safety improvements, cloud configuration, and GRPC endpoints to Burrow.
`This is a major (pre-1.0.0) release that introduces the ability to change the validator set through GovTx, transaction execution history, and fuller GRPC endpoint.
#### Breaking changes
- Address format has been changed (by Tendermint and we have followed suite) - conversion is possible but simpler to regenerated keys
Expand Down

0 comments on commit 6c55637

Please sign in to comment.