From a69257093a4fcffcded453504a31ea47f2aa4cda Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 14 Oct 2022 09:35:01 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c1708e..e3c3418e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.7.2 (October 14th 2022) +### Implementation changes and bug fixes +- [PR #1075](https://github.com/rqlite/rqlite/pull/1075): Upgrade to latest SQL parser. Fixes [issue #1072](https://github.com/rqlite/rqlite/issues/1072) + ## 7.7.1 (October 13th 2022) ### Implementation changes and bug fixes - [PR #1074](https://github.com/rqlite/rqlite/pull/1074): Support `NULL` as a paramterized value. Fixes [issue #1073](https://github.com/rqlite/rqlite/issues/1073)