From 4d0abbb8a47da501703fa2e6add8be04a38f66cc Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 7 Jun 2021 10:33:10 -0700 Subject: [PATCH] 1.24.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d2f20c..ceae7da1 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.1] = 2021-06-07 +### Added +- #609 Added HEALTHZ command (@iwpnd, @stevelacy) + ## [1.24.0] = 2021-05-19 ### Added - #604 Added Prometheus metrics (@oliver006)