diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6edc3664..759bda6cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.33.5 / 2022-03-08 + +The binaries published with this release are built with Go1.17.8 to avoid [CVE-2022-24921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24921). + +* [BUGFIX] Remote-write: Fix deadlock between adding to queue and getting batch. #10395 + ## 2.33.4 / 2022-02-22 * [BUGFIX] TSDB: Fix panic when m-mapping head chunks onto the disk. #10316 diff --git a/VERSION b/VERSION index 02eb446321..c913cb536e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.33.4 +2.33.5