diff --git a/CHANGELOG.md b/CHANGELOG.md index 7616797..7aff98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [CURRENT] + +### Added + +- **Manual garbage collection**: You can now launch strimertul with `--run-gc` to manually trigger garbage collection for the database. This will launch strimertul, execute a round of garbage collection and exit. + +### Changed + +- Database schema has slightly changed, strimertul will auto-migrate to the new format if it detects old schema in use. + ## [1.7.0] - 2021-12-07 ### Added