diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a664f7..32ebd838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.10.1 (unreleased) +### Implementation changes and bug fixes +- [PR #945](https://github.com/rqlite/rqlite/pull/945): Minor refactor of Store creation. +- [PR #946](https://github.com/rqlite/rqlite/pull/946): Use actual duration types for duration `rqlited` command line flags. + ## 6.10.0 (January 7th 2022) This release enhances the authentication and authorization system, making it more convenient to use. It also fixes some minor bugs, and migrates the end-to-end test suite to Python 3.