From 4853a7b0c91b7e4646f5e9d7f1e1ab1ecc02119d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 12 Dec 2023 01:05:41 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bf4bb9..85bb1b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Implementation changes and bug fixes - [PR #1471](https://github.com/rqlite/rqlite/pull/1471), [PR #1472](https://github.com/rqlite/rqlite/pull/1472): Refactor query parameters into own code. - [PR #1473](https://github.com/rqlite/rqlite/pull/1471): `go mod` updates. +- [PR #1478](https://github.com/rqlite/rqlite/pull/1478): Upgrade Go to 1.21 in `go.mod`. Fixes [issue #1476](https://github.com/rqlite/rqlite/issues/1476). ## 8.0.3 (December 11th 2023) ### Implementation changes and bug fixes