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 #1309 from gregdhill/0.29.4
Browse files Browse the repository at this point in the history
bump to 0.29.4 to include solc 0.5
  • Loading branch information
Sean Young committed Nov 22, 2019
2 parents 25ba5cc + 949e3a7 commit fbd300f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# [Hyperledger Burrow](https://github.com/hyperledger/burrow) Changelog
## [0.29.4] - 2019-11-22
### Changed
- [Build] Move to solidity 0.5.12


## [0.29.3] - 2019-10-16
### Changed
- [NPM] Point package.json to index.js
Expand Down Expand Up @@ -593,6 +598,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
- [Blockchain] Fix getBlocks to respect block height cap.


[0.29.4]: https://github.com/hyperledger/burrow/compare/v0.29.3...v0.29.4
[0.29.3]: https://github.com/hyperledger/burrow/compare/v0.29.2...v0.29.3
[0.29.2]: https://github.com/hyperledger/burrow/compare/v0.29.1...v0.29.2
[0.29.1]: https://github.com/hyperledger/burrow/compare/v0.29.0...v0.29.1
Expand Down
2 changes: 1 addition & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Changed
- [NPM] Point package.json to index.js
- [Build] Move to solidity 0.5.12

5 changes: 5 additions & 0 deletions project/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ func FullVersion() string {
// release tagging script: ./scripts/tag_release.sh
var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow", "https://github.com/hyperledger/burrow").
MustDeclareReleases(
"0.29.4 - 2019-11-22",
`### Changed
- [Build] Move to solidity 0.5.12
`,

"0.29.3 - 2019-10-16",
`### Changed
- [NPM] Point package.json to index.js
Expand Down

0 comments on commit fbd300f

Please sign in to comment.