From 927611c82c72056a99e20cde3279fac7fdf51484 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 13 Apr 2021 10:11:52 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff8dc4d..6b517707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.11.1 (April 13th 2021) +### Implementation changes and bug fixes +- [PR #783](https://github.com/rqlite/rqlite/pull/783): Create GZIP writer for every compression request. Fixes [issue #781](https://github.com/rqlite/rqlite/issues/781). + ## 5.11.0 (April 12th 2021) ### New features - [PR #776](https://github.com/rqlite/rqlite/pull/776), [PR #777](https://github.com/rqlite/rqlite/pull/777): Support specifying Dialer's local address when performing Join request. Fixes [issue #774](https://github.com/rqlite/rqlite/issues/774). Thanks @osxlinux