Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.10.0-dev.9 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Feb 10, 2023
1 parent a7a885c commit 75ce3ce
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## [0.10.0-dev.9] - 2023-02-10

### Bug Fixes

- [**breaking**] Quorum type set to 0 during replay at genesis (#570)
- Seed doesn't respond to pex requests (#574)

### Features

- Derive node key from bip39 mnemonic (#562)
- Conversion of PEM-encoded ED25519 node keys (#564)

### Refactor

- Replace peerID on proTxHash for peer catchup rounds in HeightVoteSet component (#559)
- Sync node and seed implementation (#576)

### Testing

- Refactor genesis doc generation (#573)

### Build

- Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0 (#556)
- Bump docker/build-push-action from 3.1.0 to 3.3.0 (#555)
- Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#560)
- Add abcidump to release image (#563)
- Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.1 (#566)
- Bump docker/setup-buildx-action from 2.2.1 to 2.4.0 (#567)
- Improve docker image build caching (#571)
- Refactor e2e docker image build process (#575)
- Bump docker/build-push-action from 3.3.0 to 4.0.0 (#568)
- Bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#572)
- Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#577)
- Move e2e-manual.yml logic to e2e.yml (#578)

## [0.10.0-dev.8] - 2023-01-16

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
const (
// TMVersionDefault is the used as the fallback version for Tenderdash
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.10.0-dev.8"
TMVersionDefault = "0.10.0-dev.9"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.20.0"

Expand Down

0 comments on commit 75ce3ce

Please sign in to comment.