diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b3398b..8ebed3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This release enhances the authentication and authorization system, making it mor ### Implementation changes and bug fixes - [PR #934](https://github.com/rqlite/rqlite/pull/934): Use correct MIME media type for JSON text. Fixes [issue #933](https://github.com/rqlite/rqlite/issues/933). - [PR #939](https://github.com/rqlite/rqlite/pull/939): Migrate end-to-end testing to Python 3. +- [PR #941](https://github.com/rqlite/rqlite/pull/941): Upgrade go mod dependencies. ## 6.9.0 (December 31st 2021) ### New features