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 #1503 from hyperledger/0341
Browse files Browse the repository at this point in the history
Include changes for 0.34.1 (facepalm)
  • Loading branch information
Silas Davis authored Jul 9, 2021
2 parents 2d30136 + f617769 commit dc81d35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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.34.2] - 2021-07-09
### Fixed
- [Build] Add 0.34.1 changes!


## [0.34.1] - 2021-07-09
### Fixed
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
Expand Down Expand Up @@ -794,6 +799,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
- [Blockchain] Fix getBlocks to respect block height cap.


[0.34.2]: https://github.com/hyperledger/burrow/compare/v0.34.1...v0.34.2
[0.34.1]: https://github.com/hyperledger/burrow/compare/v0.34.0...v0.34.1
[0.34.0]: https://github.com/hyperledger/burrow/compare/v0.33.1...v0.34.0
[0.33.1]: https://github.com/hyperledger/burrow/compare/v0.33.0...v0.33.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 @@
### Fixed
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
- [Build] Add 0.34.1 changes!

6 changes: 5 additions & 1 deletion project/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ func FullVersion() string {
// To cut a new release add a release to the front of this slice then run the
// release tagging script: ./scripts/tag_release.sh
var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow", "https://github.com/hyperledger/burrow").
MustDeclareReleases("0.34.1 - 2021-07-09",
MustDeclareReleases("0.34.2 - 2021-07-09",
`### Fixed
- [Build] Add 0.34.1 changes!
`,
"0.34.1 - 2021-07-09",
`### Fixed
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
`,
Expand Down

0 comments on commit dc81d35

Please sign in to comment.