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