From 1dd0cec6b0b370542a8854c2117e9319fdfca5ae Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 6 Jan 2022 21:09:27 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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