diff --git a/.changelog/v0.15.0/dependencies/189-bump-gorocksdb-version.md b/.changelog/v0.15.0/dependencies/189-bump-gorocksdb-version.md new file mode 100644 index 0000000..fb2cc10 --- /dev/null +++ b/.changelog/v0.15.0/dependencies/189-bump-gorocksdb-version.md @@ -0,0 +1,2 @@ +- Use RocksDB 9, testing with v9.3.1 + ([\#189](https://github.com/cometbft/cometbft-db/pull/189)) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bd588..a40afe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,11 @@ This release bumps the Go version to 1.23. - `[go/runtime]` Bump minimum Go version to v1.23 ([\#4039](https://github.com/cometbft/cometbft/issues/4039)) +### DEPENDENCIES + +- Use RocksDB 9, testing with v9.3.1 + ([\#189](https://github.com/cometbft/cometbft-db/pull/189)) + ## v0.14.0 *Aug 9, 2024*