From 4cf60c715fe8daccb9dce3b24295575bd461d5d8 Mon Sep 17 00:00:00 2001 From: Andy Nogueira Date: Fri, 6 Dec 2024 01:36:47 -0500 Subject: [PATCH] add missing changelog entry for RocksDB bump (#213) Co-authored-by: Anton Kaliaev --- .../v0.15.0/dependencies/189-bump-gorocksdb-version.md | 2 ++ CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .changelog/v0.15.0/dependencies/189-bump-gorocksdb-version.md 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*