Skip to content

Commit

Permalink
chore(release): update changelog and version to 1.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jun 24, 2024
1 parent 48ff188 commit 13a290b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.0.0-dev.1] - 2024-06-24

### Bug Fixes

- Router.chDesc concurrent map iteration and write in pqueue (#794)

### Build

- Bump bufbuild/buf-setup-action from 1.31.0 to 1.32.0 (#793)
- Bump bufbuild/buf-setup-action from 1.32.0 to 1.32.2 (#796)
- Bump docker/login-action from 3.1.0 to 3.2.0 (#797)
- Bump docker/build-push-action from 5.3.0 to 5.4.0 (#799)
- Bump docker/build-push-action from 5.4.0 to 6.0.0 (#801)
- Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#800)
- Bump goreleaser/goreleaser-action from 5 to 6 (#798)

## [0.14.0-dev.8] - 2024-05-20

### Bug Fixes
Expand All @@ -8,6 +24,7 @@

- Add Warn log level and decrease verbosity of some logs (#790)
- Detect quorum hash mismatch when verifying commit (#791)
- Update changelog and version to 0.14.0-dev.8 (#792)

## [0.14.0-dev.7] - 2024-05-17

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.14.0-dev.8"
TMVersionDefault = "1.0.0-dev.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.27.0"

Expand Down

0 comments on commit 13a290b

Please sign in to comment.