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

Commit dc81d35

Browse files
author
Silas Davis
authored
Merge pull request #1503 from hyperledger/0341
Include changes for 0.34.1 (facepalm)
2 parents 2d30136 + f617769 commit dc81d35

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# [Hyperledger Burrow](https://github.com/hyperledger/burrow) Changelog
2+
## [0.34.2] - 2021-07-09
3+
### Fixed
4+
- [Build] Add 0.34.1 changes!
5+
6+
27
## [0.34.1] - 2021-07-09
38
### Fixed
49
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
@@ -794,6 +799,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
794799
- [Blockchain] Fix getBlocks to respect block height cap.
795800

796801

802+
[0.34.2]: https://github.com/hyperledger/burrow/compare/v0.34.1...v0.34.2
797803
[0.34.1]: https://github.com/hyperledger/burrow/compare/v0.34.0...v0.34.1
798804
[0.34.0]: https://github.com/hyperledger/burrow/compare/v0.33.1...v0.34.0
799805
[0.33.1]: https://github.com/hyperledger/burrow/compare/v0.33.0...v0.33.1

NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Fixed
2-
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
2+
- [Build] Add 0.34.1 changes!
33

project/history.go

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ func FullVersion() string {
4747
// To cut a new release add a release to the front of this slice then run the
4848
// release tagging script: ./scripts/tag_release.sh
4949
var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow", "https://github.com/hyperledger/burrow").
50-
MustDeclareReleases("0.34.1 - 2021-07-09",
50+
MustDeclareReleases("0.34.2 - 2021-07-09",
51+
`### Fixed
52+
- [Build] Add 0.34.1 changes!
53+
`,
54+
"0.34.1 - 2021-07-09",
5155
`### Fixed
5256
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
5357
`,

0 commit comments

Comments
 (0)