Skip to content

Commit

Permalink
Release v0.9.0 (#99)
Browse files Browse the repository at this point in the history
* Prepare changelog

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Fix date in changelog summary

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Update CHANGELOG.md

Co-authored-by: Andy Nogueira <me@andynogueira.dev>

---------

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Andy Nogueira <me@andynogueira.dev>
  • Loading branch information
thanethomson and andynog committed Dec 1, 2023
1 parent 1ecf629 commit bd63900
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changelog/v0.9.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*December 1, 2023*

This release primarily updates some key dependencies, including adding support
for RocksDB v8. It also bumps the minimum Go version to v1.21 in order for
CometBFT to be able to use it in the E2E testing framework for the latest major
releases.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## v0.9.0

*December 1, 2023*

This release primarily updates some key dependencies, including adding support
for RocksDB v8. It also bumps the minimum Go version to v1.21 in order for
CometBFT to be able to use it in the E2E testing framework for the latest major
releases.

### DEPENDENCIES

- Use RocksDB v8, testing with v8.8.1
([\#97](https://github.com/cometbft/cometbft-db/pull/97))

### GO VERSION

- Bump minimum Go version to v1.21
([\#98](https://github.com/cometbft/cometbft-db/pull/98))

## v0.8.0

*Apr 26, 2023*
Expand Down

0 comments on commit bd63900

Please sign in to comment.