From d307d93c89886058a89dce6c66925c392762e28b Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 19 May 2021 17:11:57 -0700 Subject: [PATCH] 1.24.0 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c41d5e3..65d2f20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.23.0] = 2020-04-01 +## [1.24.0] = 2021-05-19 +### Added +- #604 Added Prometheus metrics (@oliver006) + +### Fixed +- #605 Remove deprecated threads flag (@cep-ter) + +## [1.23.0] = 2021-04-01 ### Updated - #598: Added TLS Config to Kafka (@iwpnd) - #599: Include "distance" to output when user specifically requests (@iwpnd) @@ -13,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #600: Fix invalid queue.db error (@lokisisland) - #603: Fix tile38-cli output showing protocol size when piping (@bb) -## [1.22.6] = 2020-02-07 +## [1.22.6] = 2021-02-07 ### Updated - 72dfaae: Updated various dependencies - 016f397: Updated btree library, optimization