From 3b3177963db4b359b50844cdabb25f89cee1603a Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 7 Jun 2021 10:46:41 -0700 Subject: [PATCH] 1.24.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceae7da1..6def1027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.24.2] = 2021-06-07 +### Updated +- b610633 Update Go to 1.16 + ## [1.24.1] = 2021-06-07 ### Added - #609 Added HEALTHZ command (@iwpnd, @stevelacy)