Skip to content

Commit

Permalink
update changelog (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Feb 7, 2024
1 parent a89094b commit 21c70ac
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/v0.11.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*Feb 7, 2024*

This release adds support for explicit compaction. Please note that badger and
bolt do not support this.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v0.11.0

*Feb 7, 2024*

This release adds support for explicit compaction. Please note that badger and
bolt do not support this.

### BREAKING CHANGES

- Expanded db interface to support compaction ([\#111](https://github.com/cometbft/cometbft-db/pull/111))

### FEATURES

- Add compaction support to the databases ([\#111](https://github.com/cometbft/cometbft-db/pull/111))

## v0.10.0

*Jan 26, 2024*
Expand Down

0 comments on commit 21c70ac

Please sign in to comment.